diff options
author | yangyan <yangyanyj@chinamobile.com> | 2018-11-07 19:31:58 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2018-11-07 19:32:02 +0800 |
commit | b39ed3b6833783c3b2efe8bf0b03f90712cf4d6f (patch) | |
tree | 57751ed641ef6b40e8cda82107822b546c88d429 /docker | |
parent | c810392ca5b52598eb8a553998ded16e035d44be (diff) |
update version from 1.2.0 to 1.2.1
Issue-ID: VFC-1163
Change-Id: I65d914749c8acaa82945b3739a6bf6cca6833c9d
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'docker')
-rw-r--r-- | docker/Dockerfile | 2 | ||||
-rwxr-xr-x | docker/build_image.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index e6704db..a548b03 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -32,7 +32,7 @@ ADD . /service WORKDIR /service # get binary zip from nexus - vfc-nfvo-db -RUN wget -q -O vfc-nfvo-db.zip 'https://nexus.onap.org/service/local/artifact/maven/redirect?r=staging&g=org.onap.vfc.nfvo.db&a=vfc-nfvo-db&v=LATEST&e=zip' && \ +RUN wget -q -O vfc-nfvo-db.zip 'https://nexus.onap.org/service/local/artifact/maven/redirect?r=snapshots&g=org.onap.vfc.nfvo.db&a=vfc-nfvo-db&v=LATEST&e=zip' && \ unzip vfc-nfvo-db.zip && \ rm -rf vfc-nfvo-db.zip diff --git a/docker/build_image.sh b/docker/build_image.sh index 55709c2..2c6d871 100755 --- a/docker/build_image.sh +++ b/docker/build_image.sh @@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR} BUILD_ARGS="--no-cache" ORG="onap" -VERSION="1.2.0" +VERSION="1.2.1" PROJECT="vfc" IMAGE="db" DOCKER_REPOSITORY="nexus3.onap.org:10003" |