summaryrefslogtreecommitdiffstats
path: root/ocata/docker/build_image.sh
diff options
context:
space:
mode:
authorYun Huang <yun.huang@windriver.com>2018-04-25 16:07:31 +0800
committerYun Huang <yun.huang@windriver.com>2018-04-25 16:07:31 +0800
commit3b489ef5aa8593582e550568fff263827aff0a6f (patch)
treeecce322483d0e71083725ed1e0388f5e172aa273 /ocata/docker/build_image.sh
parentc97089d9004cf22e6c1216e12102ef667025d24b (diff)
Bump and align versions
Change-Id: I8e92f27271b01c9d5e0f3897b9e7f60aa4b8db75 Issue-ID: MULTICLOUD-215 Signed-off-by: Yun Huang <yun.huang@windriver.com>
Diffstat (limited to 'ocata/docker/build_image.sh')
-rw-r--r--ocata/docker/build_image.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ocata/docker/build_image.sh b/ocata/docker/build_image.sh
index e8bfdf2c..c85989d0 100644
--- a/ocata/docker/build_image.sh
+++ b/ocata/docker/build_image.sh
@@ -6,8 +6,8 @@ cd ${DOCKER_BUILD_DIR}
BUILD_ARGS="--no-cache"
ORG="onap"
-VERSION="1.0.0-SNAPSHOT"
-STAGING="1.0.0-STAGING"
+VERSION="1.1.2-SNAPSHOT"
+STAGING="1.1.2-STAGING"
PROJECT="multicloud"
IMAGE="openstack-ocata"
DOCKER_REPOSITORY="nexus3.onap.org:10003"