You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jo...@apache.org on 2022/01/19 18:25:25 UTC

svn commit: r1897213 - /nifi/site/trunk/release-guide.html

Author: joewitt
Date: Wed Jan 19 18:25:24 2022
New Revision: 1897213

URL: http://svn.apache.org/viewvc?rev=1897213&view=rev
Log:
Updating release guidance for docker files

Modified:
    nifi/site/trunk/release-guide.html

Modified: nifi/site/trunk/release-guide.html
URL: http://svn.apache.org/viewvc/nifi/site/trunk/release-guide.html?rev=1897213&r1=1897212&r2=1897213&view=diff
==============================================================================
--- nifi/site/trunk/release-guide.html (original)
+++ nifi/site/trunk/release-guide.html Wed Jan 19 18:25:24 2022
@@ -308,12 +308,7 @@ they go along adding source and modifyin
 problems that must be addressed before proceeding.
 <pre><code>$ mvn install -Pcontrib-check,include-grpc
 </code></pre></li>
-<li>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:
-<ul>
-<li><a href="https://github.com/apache/nifi/blob/main/nifi-docker/dockerhub/Dockerfile#L24">nifi-docker/dockerhub/Dockerfile, Line 25</a>,</li>
-<li><a href="https://github.com/apache/nifi/blob/main/nifi-docker/dockerhub/DockerImage.txt#L16">nifi-docker/dockerhub/DockerImage.txt, Line 16</a> and</li>
-<li><a href="https://github.com/apache/nifi/blob/main/nifi-docker/docker-compose/docker-compose.yml#L25">nifi-docker/docker-compose/docker-compose.yml, Line 25</a>.</li>
-</ul></li>
+<li>Verify and update if necessary to ensure Docker version information points to the next release version.  For instance, set correct release versions in various Dockerfile files found in the codebase.  There are approximately 5 to update as of version 1.16.</li>
 </ol>
 <h3>Step 3. Perform the release (RM)</h3>
 <ol>