Update dockerfile 83/38483/1
authoryangyan <yangyanyj@chinamobile.com>
Mon, 26 Mar 2018 10:04:54 +0000 (18:04 +0800)
committeryangyan <yangyanyj@chinamobile.com>
Mon, 26 Mar 2018 10:05:50 +0000 (18:05 +0800)
Issue-ID: VFC-850
Change-Id: Ib5df83ef1a3663a8e9641c6c5f948dece0c22ce9
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
docker/Dockerfile

index 28b259c..ec32513 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=staging&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=snapshots&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