Change snapshots to staging of Dockerfile 19/71919/1
authorfujinhua <fu.jinhua@zte.com.cn>
Tue, 6 Nov 2018 08:59:36 +0000 (16:59 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Tue, 6 Nov 2018 08:59:36 +0000 (16:59 +0800)
Change-Id: Id224ec9f881d8f7a976565510ae642e457638874
Issue-ID: VFC-1163
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
docker/Dockerfile

index 32fc802..2caaf3e 100755 (executable)
@@ -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