From: fujinhua Date: Tue, 6 Nov 2018 09:22:20 +0000 (+0800) Subject: Change snapshots to staging of Dockerfile X-Git-Tag: 1.2.1~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=156d9a1c7954c1b2017eea90c6332c99cb502d0b;p=vfc%2Fnfvo%2Fresmanagement.git Change snapshots to staging of Dockerfile Change-Id: I6bbd75e62b79135db776f1a8c5c263b2ce7a0917 Issue-ID: VFC-1163 Signed-off-by: fujinhua --- diff --git a/ResmanagementService/docker/Dockerfile b/ResmanagementService/docker/Dockerfile index e2097cc..bfd653a 100644 --- a/ResmanagementService/docker/Dockerfile +++ b/ResmanagementService/docker/Dockerfile @@ -40,7 +40,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=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 +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 # Set permissions RUN find . -type d -exec chmod o-w {} \; RUN find . -name "*.sh" -exec chmod +x {} \;