-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added a doc to explain tagging a new release
- Loading branch information
Showing
3 changed files
with
59 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
--- | ||
id: docker_dev_tag | ||
title: Tagging a Release | ||
sidebar_label: How to Tag a New Release | ||
--- | ||
|
||
To tag a new release, first updated the version number and Changes file, build the rpm, etc. and upgrade on bare-metal hosts using yum. If all works fine, do the following steps to create new Docker images. | ||
|
||
## In Github, Create a Release/Tag | ||
|
||
Be sure to copy info from the Changes file into the Release description. | ||
|
||
Do this first ??? | ||
|
||
## To Build and Push an Importer Image Manually | ||
|
||
Git clone the pipeline project and have the ?? branch checked out. | ||
|
||
``` | ||
$ docker-compose build | ||
$ docker login | ||
$ docker push $image:$tag | ||
``` | ||
|
||
This will build the image and push it to Docker Hub. | ||
|
||
The person doing this has to have a Docker Hub account and belong to the Netsage team (3 users are allowed, for the free level). | ||
|
||
## With Automation | ||
|
||
|
||
## Versioned Docs | ||
|
||
A new set of versioned docs also has to be tagged. See the Docusaurus guide. | ||
|
||
Does this have to happen before Building the image ?? | ||
|
||
## New Version of Nfdump | ||
|
||
If a new version of dfdump has been released that we need, | ||
???? | ||
|
||
## New Version of Logstash | ||
|
||
If a new version of logstash has been released that we want everyone to use, | ||
??? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters