Update dockerfile 21/38021/1
authoryangyan <yangyanyj@chinamobile.com>
Fri, 23 Mar 2018 09:25:08 +0000 (17:25 +0800)
committeryangyan <yangyanyj@chinamobile.com>
Fri, 23 Mar 2018 09:25:21 +0000 (17:25 +0800)
Issue-ID: VFC-842
Change-Id: Ic3dc88cfdb44f2df75daae7ceed315ff974ecc5b
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
ems/microservice-standalone/src/main/assembly/docker/Dockerfile

index a3dd32c..9669dd3 100755 (executable)
@@ -13,7 +13,7 @@ WORKDIR /service
 RUN mkdir emsdriver
 
 # get binary zip from nexus
-RUN wget -q -O emsdiver-standalone.zip 'https://nexus.onap.org/service/local/artifact/maven/redirect?r=staging&g=org.onap.vfc.nfvo.driver.ems.ems&a=emsdriver-standalone&v=LATEST&e=zip' && \
+RUN wget -q -O emsdiver-standalone.zip 'https://nexus.onap.org/service/local/artifact/maven/redirect?r=snapshots&g=org.onap.vfc.nfvo.driver.ems.ems&a=emsdriver-standalone&v=LATEST&e=zip' && \
     unzip emsdiver-standalone.zip -d emsdriver && \
     rm -rf emsdiver-standalone.zip