Update VFC version number 07/26507/3
authorluxin <luxin7@huawei.com>
Tue, 19 Dec 2017 08:39:28 +0000 (16:39 +0800)
committerluxin <luxin7@huawei.com>
Tue, 19 Dec 2017 09:22:02 +0000 (17:22 +0800)
Change-Id: I08204ddc2819a6700ecdb9ba6705b07176b3675a
Issue-ID: VFC-624
Signed-off-by: luxin <luxin7@huawei.com>
ResmanagementService/docker/Dockerfile
ResmanagementService/docker/build_image.sh

index b706a59..0e9ce29 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=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
index 633d4c1..f2e5d12 100644 (file)
@@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR}
 
 BUILD_ARGS="--no-cache"
 ORG="onap"
-VERSION="1.0.0"
+VERSION="1.1.0"
 PROJECT="vfc"
 IMAGE="resmanagement"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"