aboutsummaryrefslogtreecommitdiffstats
path: root/installation
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2017-03-22 13:13:19 -0700
committerPatrick Brady <pb071s@att.com>2017-03-22 13:32:35 -0700
commit0a85864fb0d0f104bac684e4fefe3efa4a5438cb (patch)
treec5ba62cdd9b836fc7731396a5132684d566c8f88 /installation
parent30defd49f21d5394fe9a3fb0c3a3e9bdaa6b8e0f (diff)
Changing docker image tagging
Change-Id: Ia01e0821d736ba0035eeabaf221efab32c5f838f Signed-off-by: Patrick Brady <pb071s@att.com>
Diffstat (limited to 'installation')
-rw-r--r--installation/appc/pom.xml4
-rw-r--r--installation/appc/src/main/docker/Dockerfile2
2 files changed, 3 insertions, 3 deletions
diff --git a/installation/appc/pom.xml b/installation/appc/pom.xml
index a959701..62a9f9d 100644
--- a/installation/appc/pom.xml
+++ b/installation/appc/pom.xml
@@ -205,8 +205,8 @@
<dockerFileDir>${basedir}/target/docker-stage</dockerFileDir>
<dockerFile>${basedir}/target/docker-stage/Dockerfile</dockerFile>
<tags>
- <tag>${appc.docker.staging.version}-STAGING-${maven.build.timestamp}</tag>
- <tag>latest</tag>
+ <!-- <tag>${appc.docker.staging.version}-STAGING-${maven.build.timestamp}</tag> -->
+ <tag>${appc.docker.staging.version}-STAGING-latest</tag>
</tags>
</build>
</image>
diff --git a/installation/appc/src/main/docker/Dockerfile b/installation/appc/src/main/docker/Dockerfile
index 8b2addf..33fde7f 100644
--- a/installation/appc/src/main/docker/Dockerfile
+++ b/installation/appc/src/main/docker/Dockerfile
@@ -1,5 +1,5 @@
# Base ubuntu with added packages needed for open ecomp
-FROM ecomp/sdnc-image:1.0.0-SNAPSHOT
+FROM openecomp/sdnc-image:latest
MAINTAINER APP-C Team (appc@lists.openecomp.org)
# copy openecomp