summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2017-09-07 16:49:23 +0000
committerGerrit Code Review <gerrit@onap.org>2017-09-07 16:49:23 +0000
commit6e033edcaf5a109502ee053aeae9286db5cb47fe (patch)
treeb754ac40adb4ee2663197562935a83783b1b9ffd
parentbc180c5d745641e4f6b0a9de66051b849e10c230 (diff)
parent8416ddb12f7a238498c0c6b26c019abeff0584c3 (diff)
Merge "Add tagging for CLI to match with portal"
-rwxr-xr-xboot/portal_vm_init.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/boot/portal_vm_init.sh b/boot/portal_vm_init.sh
index f6a84bbc..5b201e09 100755
--- a/boot/portal_vm_init.sh
+++ b/boot/portal_vm_init.sh
@@ -36,6 +36,8 @@ docker pull $NEXUS_DOCKER_REPO/onap/cli:$DOCKER_IMAGE_VERSION
docker tag $NEXUS_DOCKER_REPO/openecomp/${DB_IMG_NAME}:$DOCKER_IMAGE_VERSION $DB_IMG_NAME:$PORTAL_TAG
docker tag $NEXUS_DOCKER_REPO/openecomp/${EP_IMG_NAME}:$DOCKER_IMAGE_VERSION $EP_IMG_NAME:$PORTAL_TAG
docker tag $NEXUS_DOCKER_REPO/openecomp/${WMS_IMG_NAME}:$DOCKER_IMAGE_VERSION $WMS_IMG_NAME:$PORTAL_TAG
+# Add tagging for CLI docker image as expected by docker-compose file
+docker tag $NEXUS_DOCKER_REPO/onap/cli:$DOCKER_IMAGE_VERSION onap/cli:$PORTAL_TAG
# docker-compose is not in /usr/bin
/opt/docker/docker-compose down