Changing docker image tagging 93/2293/3
authorPatrick Brady <pb071s@att.com>
Wed, 22 Mar 2017 20:13:19 +0000 (13:13 -0700)
committerPatrick Brady <pb071s@att.com>
Wed, 22 Mar 2017 20:32:35 +0000 (13:32 -0700)
Change-Id: Ia01e0821d736ba0035eeabaf221efab32c5f838f
Signed-off-by: Patrick Brady <pb071s@att.com>
docker-compose/docker-compose.yml
installation/appc/pom.xml
installation/appc/src/main/docker/Dockerfile

index 3cc856d..0fcf76f 100644 (file)
@@ -17,7 +17,7 @@ services:
   
       
   appc:
-    image: "${NEXUS_DOCKER_REPO}/ecomp/appc-image:latest"
+    image: "openecomp/appc-image:latest"
     depends_on :
       - db
     container_name: appc_controller_container
@@ -42,7 +42,7 @@ services:
   
   
   dgbuilder:
-    image: "${NEXUS_DOCKER_REPO}/ecomp/dgbuilder-sdnc-image:latest"
+    image: "openecomp/dgbuilder-sdnc-image:latest"
     depends_on:
       - db
     container_name:  sdnc_dgbuilder_container
index a959701..62a9f9d 100644 (file)
                                                                                <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>
index 8b2addf..33fde7f 100644 (file)
@@ -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