Update release note and version
[modeling/etsicatalog.git] / docker / build_image.sh
old mode 100644 (file)
new mode 100755 (executable)
index 66ed5ff..94e73db
@@ -6,13 +6,15 @@ cd ${DOCKER_BUILD_DIR}
 
 BUILD_ARGS="--no-cache"
 ORG="onap"
-VERSION="1.3.0"
-PROJECT=" modeling"
-IMAGE="genericparser"
+VERSION="1.0.9"
+PROJECT="modeling"
+IMAGE="etsicatalog"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
 IMAGE_NAME="${DOCKER_REPOSITORY}/${ORG}/${PROJECT}/${IMAGE}"
 TIMESTAMP=$(date +"%Y%m%dT%H%M%S")
 
+BUILD_ARGS+=" --build-arg PKG_VERSION=${VERSION}"
+
 if [ $HTTP_PROXY ]; then
     BUILD_ARGS+=" --build-arg HTTP_PROXY=${HTTP_PROXY}"
 fi