You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by sh...@apache.org on 2020/12/04 15:15:07 UTC

[unomi-site] branch master updated: Add docker image release instructions

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

shuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 994d6d8  Add docker image release instructions
994d6d8 is described below

commit 994d6d81a5153cecc4fc48a30a3d38c8d8218044
Author: Serge Huber <sh...@jahia.com>
AuthorDate: Fri Dec 4 16:14:55 2020 +0100

    Add docker image release instructions
---
 src/main/webapp/contribute-release-guide.html | 22 +++++++++++++++++++++-
 1 file changed, 21 insertions(+), 1 deletion(-)

diff --git a/src/main/webapp/contribute-release-guide.html b/src/main/webapp/contribute-release-guide.html
index a2569c1..2510cf9 100644
--- a/src/main/webapp/contribute-release-guide.html
+++ b/src/main/webapp/contribute-release-guide.html
@@ -342,10 +342,30 @@ mv unomi-manual-1_5_x.zip.asc ${next.stable.version}
 mv unomi-manual-1_5_x.zip.sha512 ${next.stable.version}
 cd ${next.stable.version}
 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-${next.stable.version}</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: