You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@unomi.apache.org by sh...@apache.org on 2020/12/08 10:58:19 UTC

svn commit: r1884205 - /unomi/website/contribute-release-guide.html

Author: shuber
Date: Tue Dec  8 10:58:18 2020
New Revision: 1884205

URL: http://svn.apache.org/viewvc?rev=1884205&view=rev
Log:
[scm-publish] Updating Unomi website

Modified:
    unomi/website/contribute-release-guide.html

Modified: unomi/website/contribute-release-guide.html
URL: http://svn.apache.org/viewvc/unomi/website/contribute-release-guide.html?rev=1884205&r1=1884204&r2=1884205&view=diff
==============================================================================
--- unomi/website/contribute-release-guide.html (original)
+++ unomi/website/contribute-release-guide.html Tue Dec  8 10:58:18 2020
@@ -418,10 +418,30 @@ mv unomi-manual-1_5_x.zip.asc 1.5.5
 mv unomi-manual-1_5_x.zip.sha512 1.5.5
 cd 1.5.5
 svn add unomi-manual*
-svn commit -m "Update Unomi manual packages"
+svn commit -m "Update Unomi manual packages"</code></pre>
                 </li>
             </ol>
 
+            <h3 id="final-docker">Docker image</h3>
+
+            <ol>
+                <li>
+                    Checkout the tagged version:
+                    <pre class="alert alert-primary"><code>git checkout tags/unomi-root-1.5.5</code></pre>
+                </li>
+                <li>
+                    Change to the Docker directory. Make sure you have docker running locally (start Docker Desktop for
+                    example):
+                    <pre class="alert alert-primary"><code>cd docker</code></pre>
+                </li>
+                <li>
+                    Launch the docker build and push
+                    <pre class="alert alert-primary"><code>mvn clean install
+mvn docker:push</code></pre>
+                </li>
+            </ol>
+
+
             <h3 id="rollback">Rollback</h3>
             <ol>
               <li>Delete the tag: