Fix oom deploy failure problem 29/41529/1
authorfujinhua <fu.jinhua@zte.com.cn>
Sun, 8 Apr 2018 03:27:43 +0000 (11:27 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Sun, 8 Apr 2018 03:27:43 +0000 (11:27 +0800)
Change-Id: I96351106eadb8bf9d8931bb8b9378353593e679f
Issue-ID: VFC-859
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
docker/Dockerfile

index aa1a6e3..b42c1e7 100755 (executable)
@@ -30,7 +30,7 @@ ADD . /service
 WORKDIR /service
 
 # get binary zip from nexus - vfc-nfvo-catalog
-RUN wget -q -O vfc-nfvo-catalog.zip 'https://nexus.onap.org/service/local/artifact/maven/redirect?r=staging&g=org.onap.vfc.nfvo.catalog&a=vfc-nfvo-catalog&v=LATEST&e=zip' && \
+RUN wget -q -O vfc-nfvo-catalog.zip 'https://nexus.onap.org/service/local/artifact/maven/redirect?r=snapshots&g=org.onap.vfc.nfvo.catalog&a=vfc-nfvo-catalog&v=LATEST&e=zip' && \
     unzip vfc-nfvo-catalog.zip && \
     rm -rf vfc-nfvo-catalog.zip