diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-12-19 16:58:52 +0800 |
---|---|---|
committer | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-12-19 16:58:52 +0800 |
commit | 0cdbf1e6341ad2dc178dca8317215b6397ff0555 (patch) | |
tree | 9c3cd31d20615aef349c52a04efe45ea1d453c2d /res | |
parent | 6e6aed0d312c95c5658b0d7750ce00b40ebd2345 (diff) |
Unified VFC Micro Service version number
Change-Id: If5bb5dcdfcd6d6b3c4a5fda3896e0e3aac818ef5
Issue-ID: VFC-625
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'res')
-rwxr-xr-x | res/docker/build_image.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/docker/build_image.sh b/res/docker/build_image.sh index d9ab2d0..0ad4424 100755 --- a/res/docker/build_image.sh +++ b/res/docker/build_image.sh @@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR} BUILD_ARGS="--no-cache" ORG="onap" -VERSION="1.0.1" +VERSION="1.1.0" PROJECT="vfc" IMAGE="vnfres" DOCKER_REPOSITORY="nexus3.onap.org:10003" |