Change snapshots to staging of Dockerfile 23/71923/1
authorfujinhua <fu.jinhua@zte.com.cn>
Tue, 6 Nov 2018 09:05:14 +0000 (17:05 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Tue, 6 Nov 2018 09:05:14 +0000 (17:05 +0800)
Change-Id: Iffb47635cf35ddcaa757325a4ed8419458bbaa37
Issue-ID: VFC-1163
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
res/docker/Dockerfile

index d81d196..f3eb02d 100644 (file)
@@ -28,7 +28,7 @@ ADD . /service
 WORKDIR /service
 
 # get binary zip from nexus
-RUN wget -q -O vfc-gvnfm-vnfres.zip 'https://nexus.onap.org/service/local/artifact/maven/redirect?r=snapshots&g=org.onap.vfc.gvnfm.vnfres.res&a=vfc-gvnfm-vnfres-res&v=LATEST&e=zip' && \
+RUN wget -q -O vfc-gvnfm-vnfres.zip 'https://nexus.onap.org/service/local/artifact/maven/redirect?r=staging&g=org.onap.vfc.gvnfm.vnfres.res&a=vfc-gvnfm-vnfres-res&v=LATEST&e=zip' && \
     unzip vfc-gvnfm-vnfres.zip && \
     rm -rf vfc-gvnfm-vnfres.zip