diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-08-24 13:16:38 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2017-08-24 13:16:38 -0700 |
commit | 2341395d29f17d9b5e0ca09e1f62db208b66f622 (patch) | |
tree | 24eff1b164514105755f133cc7efbd83eb700bd4 /jjb | |
parent | f42350669ccae28bd611283b9631431e06fbbca7 (diff) |
Tag local docker images with nexus3 proxy prefix
Change-Id: Ibae55e4d0466b4bde0d8ec4102a7db0211c518f1
Issue-id: CIMAN-23
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'jjb')
-rwxr-xr-x[-rw-r--r--] | jjb/include-docker-push.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jjb/include-docker-push.sh b/jjb/include-docker-push.sh index 58e09899b..df42fa7b9 100644..100755 --- a/jjb/include-docker-push.sh +++ b/jjb/include-docker-push.sh @@ -25,6 +25,9 @@ STAGING_TAG=${VERSION}-STAGING-${DATETIME_STAMP}; if [ ! -z "$DOCKER_IMAGE_NAME" ]; then REPO_PATH=$DOCKER_REPOSITORY/${DOCKER_IMAGE_NAME}; + + # tag image with nexus3 proxy prefix + docker tag ${DOCKER_IMAGE_NAME} $REPO_PATH elif [[ $PROJECT =~ $SEARCH ]] ; then REPO_PATH=$DOCKER_REPOSITORY/openecomp/ajsc-aai; else |