From d9b1efbab701226b42dac6e23ff903015adadf5c Mon Sep 17 00:00:00 2001 From: "Timoney, Daniel (dt5972)" Date: Wed, 22 Mar 2017 15:08:28 +0000 Subject: [DOCKER] Add 1.0-STAGING-latest docker tag Replace 'latest' with '1.0-STAGING-latest' in release-1.0.0 branch Change-Id: I59822fb94c34715ac44b50899e7f47e36c8b1eda Signed-off-by: Timoney, Daniel (dt5972) Former-commit-id: 7a34b791abc83671fdebad314c099e8c18fd17bc --- installation/admportal/pom.xml | 2 +- installation/dgbuilder/pom.xml | 2 +- installation/sdnc/pom.xml | 2 +- installation/ubuntu/pom.xml | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/installation/admportal/pom.xml b/installation/admportal/pom.xml index 7a45574c..55b48375 100644 --- a/installation/admportal/pom.xml +++ b/installation/admportal/pom.xml @@ -42,7 +42,7 @@ ${basedir}/target/docker-stage/Dockerfile ${project.version} - latest + 1.0-STAGING-latest diff --git a/installation/dgbuilder/pom.xml b/installation/dgbuilder/pom.xml index f1f6c16d..3d2ecb59 100644 --- a/installation/dgbuilder/pom.xml +++ b/installation/dgbuilder/pom.xml @@ -42,7 +42,7 @@ ${basedir}/target/docker-stage/Dockerfile ${project.version} - latest + 1.0-STAGING-latest diff --git a/installation/sdnc/pom.xml b/installation/sdnc/pom.xml index 958857bb..efd26d5f 100644 --- a/installation/sdnc/pom.xml +++ b/installation/sdnc/pom.xml @@ -46,7 +46,7 @@ ${basedir}/target/docker-stage/Dockerfile ${project.version} - latest + 1.0-STAGING-latest diff --git a/installation/ubuntu/pom.xml b/installation/ubuntu/pom.xml index e8233782..903c538b 100644 --- a/installation/ubuntu/pom.xml +++ b/installation/ubuntu/pom.xml @@ -42,6 +42,7 @@ ${basedir}/target/docker-stage/Dockerfile ${project.version} + 1.0-STAGING-latest latest -- cgit 1.2.3-korg