Modify repo in Dockerfile 33/38433/1
authorluxin <luxin7@huawei.com>
Mon, 26 Mar 2018 07:29:54 +0000 (15:29 +0800)
committerluxin <luxin7@huawei.com>
Mon, 26 Mar 2018 07:29:54 +0000 (15:29 +0800)
Change-Id: I171f8b19fe02537828bbc82ee4d3f45ef50389b8
Issue-ID: VFC-847
Signed-off-by: luxin <luxin7@huawei.com>
ResmanagementService/docker/Dockerfile

index 1f40cc3..6624723 100644 (file)
@@ -37,7 +37,7 @@ ENV CATALINA_HOME /service
 
 # Set up microservice
 
-RUN wget -q -O nfvo-resmanagement.zip "https://nexus.onap.org/service/local/artifact/maven/redirect?r=staging&g=org.onap.vfc.nfvo.resmanagement&a=vfc-nfvo-resmanagement-deployment&v=LATEST&e=zip" && unzip -q -o -B nfvo-resmanagement.zip && rm -f nfvo-resmanagement.zip
+RUN wget -q -O nfvo-resmanagement.zip "https://nexus.onap.org/service/local/artifact/maven/redirect?r=snapshots&g=org.onap.vfc.nfvo.resmanagement&a=vfc-nfvo-resmanagement-deployment&v=LATEST&e=zip" && unzip -q -o -B nfvo-resmanagement.zip && rm -f nfvo-resmanagement.zip
 # Set permissions
 RUN find . -type d -exec chmod o-w {} \;
 RUN find . -name "*.sh" -exec chmod +x {} \;