This is an automated email from the ASF dual-hosted git repository.

kdoran pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-site.git


The following commit(s) were added to refs/heads/main by this push:
     new c1e331a  NIFI-7692: Update Release Guide to include docker-compose.yml
c1e331a is described below

commit c1e331a7e65fdf0d0aec22c677b7508d3763a1de
Author: Kevin Doran <kdo...@apache.org>
AuthorDate: Tue Sep 1 13:59:13 2020 -0400

    NIFI-7692: Update Release Guide to include docker-compose.yml
    
    This closes #41.
    
    Signed-off-by: Kevin Doran <kdo...@apache.org>
---
 src/pages/markdown/release-guide.md | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/src/pages/markdown/release-guide.md 
b/src/pages/markdown/release-guide.md
index 97b15ac..d6b203b 100644
--- a/src/pages/markdown/release-guide.md
+++ b/src/pages/markdown/release-guide.md
@@ -202,9 +202,10 @@ problems that must be addressed before proceeding.
     ```
     $ mvn install -Pcontrib-check,include-grpc
     ```
-1. Verify and update if necessary to ensure Docker version information points 
to the next release version.  For instance, if version being released is 1.9.0, 
these values should be 1.9.0. This currently consists of two files:
-    * [nifi-docker/dockerhub/Dockerfile, Line 25][dockerhub-version], and
-    * [nifi-docker/dockerhub/DockerImage.txt, Line 16][dockerimage-version].
+1. Verify and update if necessary to ensure Docker version information points 
to the next release version.  For instance, if version being released is 1.9.0, 
these values should be 1.9.0. This currently consists of three files:
+    * [nifi-docker/dockerhub/Dockerfile, Line 25][dockerhub-version],
+    * [nifi-docker/dockerhub/DockerImage.txt, Line 16][dockerimage-version] and
+    * [nifi-docker/docker-compose/docker-compose.yml, Line 
25][dockercompose-version].
 ### Step 3. Perform the release (RM)
 
 1. Now its time to have maven prepare the release with this command.  
@@ -404,9 +405,10 @@ After the vote is complete and the release is approved, 
these steps complete the
     $ git push asf main
     ```
 
-1. Update Docker version information to point to the next release.  For 
instance, if the next version applied by Maven is 1.3.0-SNAPSHOT, these values 
should be updated to 1.3.0. This currently consists of two files:
-    * [nifi-docker/dockerhub/Dockerfile, Line 25][dockerhub-version], and
-    * [nifi-docker/dockerhub/DockerImage.txt, Line 16][dockerimage-version].
+1. Update Docker version information to point to the next release.  For 
instance, if the next version applied by Maven is 1.3.0-SNAPSHOT, these values 
should be updated to 1.3.0. This currently consists of three files:
+    * [nifi-docker/dockerhub/Dockerfile, Line 25][dockerhub-version],
+    * [nifi-docker/dockerhub/DockerImage.txt, Line 16][dockerimage-version] and
+    * [nifi-docker/docker-compose/docker-compose.yml, Line 
25][dockercompose-version].
     
 1. Commit and push the dockerhub module updates to the ASF repository:
     ```
@@ -522,6 +524,7 @@ _NOTE: `gpg` will be invoked during this step, which will 
need to prompt you for
 
 [dockerhub-version]: 
https://github.com/apache/nifi/blob/main/nifi-docker/dockerhub/Dockerfile#L24
 [dockerimage-version]: 
https://github.com/apache/nifi/blob/main/nifi-docker/dockerhub/DockerImage.txt#L16
+[dockercompose-version]: 
https://github.com/apache/nifi/blob/main/nifi-docker/docker-compose/docker-compose.yml#L25
 [docker-build]: https://hub.docker.com/r/apache/nifi
 [docker-build-status]: https://hub.docker.com/r/apache/nifi/builds/
 

Reply via email to