aboutsummaryrefslogtreecommitdiffstats
path: root/docker-build.sh
diff options
context:
space:
mode:
authorVijay <vv770d@att.com>2017-09-12 20:51:23 +0000
committerVijay <vv770d@att.com>2017-09-13 03:35:24 +0000
commit6098325c5bd53dd1a483b3d082e1872dd6e7cef5 (patch)
tree1964a5eea873f107ee192be70315cd3867bc404a /docker-build.sh
parentaad6210043e4eae1879ac8f611c8531a1a3271d9 (diff)
remove license plugin and sonar proj name
Change-Id: I1605d96395f964edc648d9a4b9ec4c088607ed4d Signed-off-by: Vijay <vv770d@att.com> Issue-Id: DCAEGEN2-70,DCAEGEN2-73 Signed-off-by: Vijay <vv770d@att.com>
Diffstat (limited to 'docker-build.sh')
-rw-r--r--docker-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-build.sh b/docker-build.sh
index 004cf76f..9f0b3926 100644
--- a/docker-build.sh
+++ b/docker-build.sh
@@ -91,7 +91,7 @@ cp -p ${APP_DIR}/Dockerfile ${STAGE}/Dockerfile
#
# build the docker image. tag and then push to the remote repo
#
-IMAGE='dcaegen2-ves-collector'
+IMAGE='onap/dcaegen2-ves-collector'
VERSION="${VERSION//[^0-9.]/}"
VERSION2=$(echo "$VERSION" | cut -f1-2 -d'.')