[RELEASE] Use 1.0.0 docker container 89/2189/1
authorTimoney, Daniel (dt5972) <dtimoney@att.com>
Wed, 15 Mar 2017 13:08:05 +0000 (13:08 +0000)
committerTimoney, Daniel (dt5972) <dtimoney@att.com>
Wed, 15 Mar 2017 13:08:15 +0000 (13:08 +0000)
Update docker-compose to use 1.0.0 version instead of latest

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

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

index 2533403..8baa11f 100644 (file)
@@ -17,7 +17,7 @@ services:
   
       
   sdnc:
-    image: ${NEXUS_DOCKER_REPO}/ecomp/sdnc-image:latest 
+    image: ${NEXUS_DOCKER_REPO}/ecomp/sdnc-image:1.0.0
     depends_on :
       - db
     container_name: sdnc_controller_container
@@ -39,7 +39,7 @@ services:
   
   
   web:
-    image: ${NEXUS_DOCKER_REPO}/ecomp/admportal-sdnc-image:latest
+    image: ${NEXUS_DOCKER_REPO}/ecomp/admportal-sdnc-image:1.0.0
     depends_on:
       - db
     container_name: sdnc_portal_container
@@ -65,7 +65,7 @@ services:
   
   
   dgbuilder:
-    image: ${NEXUS_DOCKER_REPO}/ecomp/dgbuilder-sdnc-image:latest
+    image: ${NEXUS_DOCKER_REPO}/ecomp/dgbuilder-sdnc-image:1.0.0
     depends_on:
       - db
     container_name:  sdnc_dgbuilder_container