summaryrefslogtreecommitdiffstats
path: root/ocata/docker/build_image.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ocata/docker/build_image.sh')
-rw-r--r--ocata/docker/build_image.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/ocata/docker/build_image.sh b/ocata/docker/build_image.sh
index 80b1b704..22385343 100644
--- a/ocata/docker/build_image.sh
+++ b/ocata/docker/build_image.sh
@@ -7,7 +7,8 @@ cd ${DOCKER_BUILD_DIR}
BUILD_ARGS="--no-cache"
VERSION="1.1.3-SNAPSHOT"
STAGING="1.1.3-STAGING"
-IMAGE_NAME="${DOCKER_REPOSITORY:-"nexus3.onap.org:10003"}/${ORG:-"onap"}/${PROJECT:-"multicloud"}/${IMAGE:-"openstack-ocata"}"
+OS_VERSION="ocata"
+IMAGE_NAME="nexus3.onap.org:10003/onap/multicloud/openstack-${OS_VERSION}"
if [ $HTTP_PROXY ]; then
BUILD_ARGS+=" --build-arg HTTP_PROXY=${HTTP_PROXY}"