Fix docker build issue 57/41557/1
authoryangyan <yangyanyj@chinamobile.com>
Sun, 8 Apr 2018 08:02:31 +0000 (16:02 +0800)
committeryangyan <yangyanyj@chinamobile.com>
Sun, 8 Apr 2018 08:02:39 +0000 (16:02 +0800)
Issue-ID: VFC-859
Change-Id: I7fe79761ec1537edac3c0137e390124a16c29162
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
juju/juju-vnfmadapter/Juju-vnfmadapterService/docker/Dockerfile

index 81ce852..85175ac 100644 (file)
@@ -24,7 +24,7 @@ RUN echo 'export CATALINA_OPTS="$CATALINA_OPTS -Xms64m -Xmx256m -XX:MaxPermSize=
 ENV CATALINA_HOME /service
 
 # Set up microservice
-RUN wget -q -O vfc-gvnfm-jujudriver.zip "https://nexus.onap.org/service/local/artifact/maven/redirect?r=staging&g=org.onap.vfc.nfvo.driver.vnfm.gvnfm&a=juju-vnfmadapterservice-deployment&v=LATEST&e=zip" && unzip -q -o -B vfc-gvnfm-jujudriver.zip && rm -f vfc-gvnfm-jujudriver.zip
+RUN wget -q -O vfc-gvnfm-jujudriver.zip "https://nexus.onap.org/service/local/artifact/maven/redirect?r=snapshots&g=org.onap.vfc.nfvo.driver.vnfm.gvnfm&a=juju-vnfmadapterservice-deployment&v=LATEST&e=zip" && unzip -q -o -B vfc-gvnfm-jujudriver.zip && rm -f vfc-gvnfm-jujudriver.zip
 # Set permissions
 RUN find . -type d -exec chmod o-w {} \;
 RUN find . -name "*.sh" -exec chmod +x {} \;