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 44c2653..6834fef 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=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=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
+# 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
# 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=resmanagement-deployment&v=LATEST&e=zip" > OPENO_VERSION
+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