summaryrefslogtreecommitdiffstats
path: root/ResmanagementService/docker/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'ResmanagementService/docker/Dockerfile')
-rw-r--r--ResmanagementService/docker/Dockerfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/ResmanagementService/docker/Dockerfile b/ResmanagementService/docker/Dockerfile
index b706a59..0e9ce29 100644
--- a/ResmanagementService/docker/Dockerfile
+++ b/ResmanagementService/docker/Dockerfile
@@ -36,13 +36,13 @@ ENV CATALINA_HOME /service
# 50-microservice.txt - AUTOGENERATED, DO NOT MODIFY MANUALLY
# Set up microservice
-# 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
-RUN wget -q -O nfvo-resmanagement-1.0.0-SNAPSHOT.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-1.0.0-SNAPSHOT.zip && rm -f nfvo-resmanagement-1.0.0-SNAPSHOT.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 {} \;
EXPOSE 8480
-RUN echo ONAP nfvo-resmanagement 1.0.0-SNAPSHOT "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" > OPENO_VERSION
+
# 90-entrypoint.txt