Update CVP Container Tags 25/58825/1
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Wed, 20 Jun 2018 16:55:38 +0000 (09:55 -0700)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Wed, 20 Jun 2018 16:55:38 +0000 (09:55 -0700)
These include updates for the new web portal.

Change-Id: I2951c8a1b00947a4546b4f90440ff8e0af8640e4
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
cvp/docker/docker-compose.yml

index 55eb58d..35bfc89 100644 (file)
@@ -20,7 +20,7 @@ services:
         expose:
             - "27017"
     web:
-        image: opnfv/dovetail:web.ovp.1.0.0
+        image: opnfv/dovetail:web.ovp.1.1.1
         container_name: cvp-web
         restart: always
         env_file:
@@ -35,7 +35,7 @@ services:
         ports:
             - "8000:8000"
     cvpapi:
-        image: opnfv/dovetail:api.ovp.1.0.0
+        image: opnfv/dovetail:api.ovp.1.1.1
         container_name: cvp-cvpapi
         env_file:
             - config.env