diff options
author | yangyan <yangyanyj@chinamobile.com> | 2019-01-24 17:50:03 +0800 |
---|---|---|
committer | Yan Yang <yangyanyj@chinamobile.com> | 2019-01-24 10:02:13 +0000 |
commit | f8c427799d3abcc546a0373145ca57c705e20e4a (patch) | |
tree | 09484e4e914c6e5d7a3c0d193163f6c912fc761d /mgr/docker/build_image.sh | |
parent | 564fd86dd1c61aa190db10a7ea22b66fee46aa58 (diff) |
update vfc version to 1.3.0
Change-Id: I1bd8f47c6804a69adec27f5226f7a6418911c369
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Issue-ID: VFC-1252
Diffstat (limited to 'mgr/docker/build_image.sh')
-rwxr-xr-x | mgr/docker/build_image.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mgr/docker/build_image.sh b/mgr/docker/build_image.sh index 8005157..f51e90d 100755 --- a/mgr/docker/build_image.sh +++ b/mgr/docker/build_image.sh @@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR} BUILD_ARGS="--no-cache" ORG="onap" -VERSION="1.2.2" +VERSION="1.3.0" PROJECT="vfc" IMAGE="vnfmgr" DOCKER_REPOSITORY="nexus3.onap.org:10003" |