[DOCKER] Add 1.0-STAGING-latest docker tag 95/2295/1
authorTimoney, Daniel (dt5972) <dtimoney@att.com>
Wed, 22 Mar 2017 15:08:28 +0000 (15:08 +0000)
committerTimoney, Daniel (dt5972) <dtimoney@att.com>
Wed, 22 Mar 2017 15:08:36 +0000 (15:08 +0000)
Replace 'latest' with '1.0-STAGING-latest' in release-1.0.0 branch

Change-Id: I59822fb94c34715ac44b50899e7f47e36c8b1eda
Signed-off-by: Timoney, Daniel (dt5972) <dtimoney@att.com>
Former-commit-id: 7a34b791abc83671fdebad314c099e8c18fd17bc

installation/admportal/pom.xml
installation/dgbuilder/pom.xml
installation/sdnc/pom.xml
installation/ubuntu/pom.xml

index 7a45574..55b4837 100644 (file)
@@ -42,7 +42,7 @@
                                 <dockerFile>${basedir}/target/docker-stage/Dockerfile</dockerFile>
                                 <tags>
                                 <tag>${project.version}</tag>
-                                <tag>latest</tag>
+                                <tag>1.0-STAGING-latest</tag>
                                 </tags>
                             </build>
                         </image>
index f1f6c16..3d2ecb5 100644 (file)
@@ -42,7 +42,7 @@
                                                                <dockerFile>${basedir}/target/docker-stage/Dockerfile</dockerFile>
                                                                <tags>
                                                                        <tag>${project.version}</tag>
-                                                                       <tag>latest</tag>
+                                                                       <tag>1.0-STAGING-latest</tag>
                                                                </tags>
                                                        </build>
                                                </image>
index 958857b..efd26d5 100644 (file)
@@ -46,7 +46,7 @@
                                                                <dockerFile>${basedir}/target/docker-stage/Dockerfile</dockerFile>
                                                                <tags>
                                                                        <tag>${project.version}</tag>
-                                                                       <tag>latest</tag>
+                                                                       <tag>1.0-STAGING-latest</tag>
                                                                </tags>
                                                        </build>
                                                </image>
index e823378..903c538 100644 (file)
@@ -42,6 +42,7 @@
                                                                <dockerFile>${basedir}/target/docker-stage/Dockerfile</dockerFile>
                                                                <tags>
                                                                <tag>${project.version}</tag>
+                                                               <tag>1.0-STAGING-latest</tag>
                                                                <tag>latest</tag>
                                                                </tags>
                                                        </build>