diff options
author | fujinhua <fu.jinhua@zte.com.cn> | 2018-11-06 16:59:36 +0800 |
---|---|---|
committer | fujinhua <fu.jinhua@zte.com.cn> | 2018-11-06 16:59:36 +0800 |
commit | 0de4d48423e64ce4f1f8d624ac71e55e48e3f9fa (patch) | |
tree | 7a4b12e548aa6605aac24dcac55d0b9bfb80f322 | |
parent | 1b56c76bc667d6f424021625206fdaadcd0e6a73 (diff) |
Change snapshots to staging of Dockerfile
Change-Id: Id224ec9f881d8f7a976565510ae642e457638874
Issue-ID: VFC-1163
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
-rwxr-xr-x | docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 32fc8020..2caaf3ee 100755 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -28,7 +28,7 @@ ADD . /service WORKDIR /service # get binary zip from nexus - vfc-nfvo-lcm -RUN wget -q -O vfc-nfvo-lcm.zip 'https://nexus.onap.org/service/local/artifact/maven/redirect?r=snapshots&g=org.onap.vfc.nfvo.lcm&a=vfc-nfvo-lcm&v=LATEST&e=zip' && \ +RUN wget -q -O vfc-nfvo-lcm.zip 'https://nexus.onap.org/service/local/artifact/maven/redirect?r=staging&g=org.onap.vfc.nfvo.lcm&a=vfc-nfvo-lcm&v=LATEST&e=zip' && \ unzip vfc-nfvo-lcm.zip && \ rm -rf vfc-nfvo-lcm.zip |