Update download url of vfc dockerfile 43/21143/1
authorfujinhua <fu.jinhua@zte.com.cn>
Sun, 29 Oct 2017 01:59:26 +0000 (09:59 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Sun, 29 Oct 2017 01:59:26 +0000 (09:59 +0800)
Change download url from snapshots to staging

Change-Id: Ib1a6e1332e6b142948c0d1dfdd97888a6d586997
Issue-Id: VFC-563
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
docker/Dockerfile

index ec32513..28b259c 100755 (executable)
@@ -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