From: fujinhua Date: Sun, 29 Oct 2017 01:59:26 +0000 (+0800) Subject: Update download url of vfc dockerfile X-Git-Tag: v1.0.1~27 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=4a02d9fbfe52c2f0e7c49892c85ff58af89511d9;p=vfc%2Fnfvo%2Flcm.git Update download url of vfc dockerfile Change download url from snapshots to staging Change-Id: Ib1a6e1332e6b142948c0d1dfdd97888a6d586997 Issue-Id: VFC-563 Signed-off-by: fujinhua --- diff --git a/docker/Dockerfile b/docker/Dockerfile index ec325137..28b259c9 100755 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -30,7 +30,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