From 4ea6678829127d8333e53f6944c54ec475fdcb5b Mon Sep 17 00:00:00 2001 From: mmis Date: Wed, 14 Mar 2018 12:03:37 +0000 Subject: Renamed policy-pe docker image Renamed from: onap/policy/policy-pe to onap/policy-pe to enable consistent naming across nexus3 and docker hub Issue-ID: POLICY-674 Change-Id: I1ace3e6034a17afa1ed68198b367e17981ec388b Signed-off-by: mmis --- docker_verify.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docker_verify.sh') diff --git a/docker_verify.sh b/docker_verify.sh index dc405138f..b5ac2aa82 100644 --- a/docker_verify.sh +++ b/docker_verify.sh @@ -49,15 +49,15 @@ echo "Building $IMAGE" # # This is the local latest tagged image. The Dockerfile's need this to build images # -TAGS="--tag onap/policy/${IMAGE}:latest" +TAGS="--tag onap/${IMAGE}:latest" # # This has the nexus repo prepended and only major/minor version with latest # -TAGS="${TAGS} --tag ${DOCKER_REPOSITORY}/onap/policy/${IMAGE}:${MVN_MAJMIN_VERSION}-latest" +TAGS="${TAGS} --tag ${DOCKER_REPOSITORY}/onap/${IMAGE}:${MVN_MAJMIN_VERSION}-latest" # # This has the nexus repo prepended and major/minor/patch version with timestamp # -TAGS="${TAGS} --tag ${DOCKER_REPOSITORY}/onap/policy/${IMAGE}:${MVN_VERSION}-${TIMESTAMP}" +TAGS="${TAGS} --tag ${DOCKER_REPOSITORY}/onap/${IMAGE}:${MVN_VERSION}-${TIMESTAMP}" echo $TAGS -- cgit 1.2.3-korg