aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2019-04-25 18:54:23 +0800
committeryangyan <yangyanyj@chinamobile.com>2019-04-25 19:06:24 +0800
commit78758d12f46411c664e7c0cbe48aa809cae6061b (patch)
treec6e07d7512caa20d35c5253093ce1efeceec0407 /docker
parent94a2d8b77565ff50462498b8646c66b69bb4a23f (diff)
fix docker build error
Issue-ID: MODELING-159 Change-Id: Ib3000168eabe71165d39c30ae4236d57cea41d4f Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/build_image.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/build_image.sh b/docker/build_image.sh
index 66ed5ff..88ceb6b 100755
--- a/docker/build_image.sh
+++ b/docker/build_image.sh
@@ -6,8 +6,8 @@ cd ${DOCKER_BUILD_DIR}
BUILD_ARGS="--no-cache"
ORG="onap"
-VERSION="1.3.0"
-PROJECT=" modeling"
+VERSION="1.0.0"
+PROJECT="modeling"
IMAGE="genericparser"
DOCKER_REPOSITORY="nexus3.onap.org:10003"
IMAGE_NAME="${DOCKER_REPOSITORY}/${ORG}/${PROJECT}/${IMAGE}"