Change artifactId in Dockerfile 71/19871/1
authorluxin <luxin7@huawei.com>
Fri, 20 Oct 2017 06:23:55 +0000 (14:23 +0800)
committerluxin <luxin7@huawei.com>
Fri, 20 Oct 2017 06:23:55 +0000 (14:23 +0800)
Change-Id: I8691ce9b827233a7a0ff80ddf96f4bb4f8a58f32
Issue-Id:VFC-542
Signed-off-by: luxin <luxin7@huawei.com>
ResmanagementService/docker/Dockerfile

index 44c2653..6834fef 100644 (file)
@@ -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