Remove nexus URL from docker-compose.yml 27/20227/1
authorDan Timoney <dtimoney@att.com>
Mon, 23 Oct 2017 19:52:40 +0000 (15:52 -0400)
committerDan Timoney <dtimoney@att.com>
Mon, 23 Oct 2017 19:52:40 +0000 (15:52 -0400)
Integration scripts expect to pull docker image locally, with local tag
'latest' - so nexus URL should not be in image name.  Leaving it
in ueblistener since that docker container is not yet in integration
startup script (so no local tag created).

Change-Id: I9526e0fc67733ce82d515cb1d75c928ae732a42b
Issue-ID: SDNC-121
Signed-off-by: Dan Timoney <dtimoney@att.com>
Former-commit-id: a8ebccfdd2fd1ebf51148b95f6a673ba58f38290

installation/src/main/yaml/docker-compose.yml

index 68d0287..efedd46 100644 (file)
@@ -24,7 +24,7 @@ services:
 
 
   sdnc:
-    image: nexus3.onap.org:10001/onap/sdnc-image:latest
+    image: onap/sdnc-image:latest
     depends_on :
       - db
     container_name: sdnc_controller_container
@@ -49,7 +49,7 @@ services:
 
 
   web:
-    image: nexus3.onap.org:10001/onap/admportal-sdnc-image:latest
+    image: onap/admportal-sdnc-image:latest
     depends_on:
       - db
     container_name: sdnc_portal_container
@@ -75,7 +75,7 @@ services:
 
 
   dgbuilder:
-    image: nexus3.onap.org:10001/onap/ccsdk-dgbuilder-image:latest
+    image: onap/ccsdk-dgbuilder-image:latest
     depends_on:
       - db
     container_name:  sdnc_dgbuilder_container