From 806692c8e08f5671a20cfa30ca3e03f475bc4228 Mon Sep 17 00:00:00 2001 From: "Christopher Lott (cl778h)" Date: Fri, 29 Dec 2017 13:34:36 -0500 Subject: [PATCH] Update docker-compose .env Add prefix "v" so tag is "v1.3.0" to match the new tag chosen by the LF release engineering team and used on Portal release images. Issue-ID: PORTAL-150 Change-Id: Ifb9c429a696ef7d4fc30cece30af60843e1d026f Signed-off-by: Christopher Lott (cl778h) --- deliveries/.env | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deliveries/.env b/deliveries/.env index 0a3230d7..6087483e 100644 --- a/deliveries/.env +++ b/deliveries/.env @@ -8,8 +8,8 @@ WMS_IMG_NAME=onap/portal-wms # Deployed with portal; built elsewhere CLI_IMG_NAME=onap/cli -# Tag all images with this -PORTAL_TAG=1.3.0 +# Amsterdam release images are tagged with this +PORTAL_TAG=v1.3.0 # Name of directory in apps container (NOT host) WEBAPPS_DIR=/opt/apache-tomcat-8.0.37/webapps @@ -26,4 +26,4 @@ EXTRA_HOST_NAME="" # a line is added to docker container's /etc/hosts. # For example: #EXTRA_HOST_IP="-i 135.207.161.163" -#EXTRA_HOST_NAME="-n portal.api.simpledemo.openecomp.org" +#EXTRA_HOST_NAME="-n portal.api.simpledemo.onap.org" -- 2.16.6