From 44dd8f2c00ee8a6ec5157bc24af6ae0bcb75d9dd Mon Sep 17 00:00:00 2001 From: Bin Yang Date: Fri, 26 Apr 2019 07:04:10 +0000 Subject: Upgrade to 1.3.2 This should be done once 1.3.1 artifacts are released Change-Id: I943b7cd163b3e607e098e2e6c248a3ed4169119c Issue-ID: MULTICLOUD-590 Signed-off-by: Bin Yang --- starlingx/docker/Dockerfile | 2 +- starlingx/docker/build_image.sh | 4 ++-- starlingx/pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'starlingx') diff --git a/starlingx/docker/Dockerfile b/starlingx/docker/Dockerfile index 2f0590db..3c0acdbd 100644 --- a/starlingx/docker/Dockerfile +++ b/starlingx/docker/Dockerfile @@ -36,7 +36,7 @@ RUN addgroup -S onap && adduser -S -G onap onap RUN apk update && \ apk add bash uwsgi curl memcached wget unzip gcc make libc-dev libffi-dev openssl-dev && \ cd /opt/ && \ - wget -O /opt/multicloud-openstack-starlingx.zip "https://nexus.onap.org/service/local/artifact/maven/redirect?r=snapshots&g=org.onap.multicloud.openstack&a=multicloud-openstack-starlingx&e=zip&v=1.3.1-SNAPSHOT" && \ + wget -O /opt/multicloud-openstack-starlingx.zip "https://nexus.onap.org/service/local/artifact/maven/redirect?r=snapshots&g=org.onap.multicloud.openstack&a=multicloud-openstack-starlingx&e=zip&v=1.3.2-SNAPSHOT" && \ unzip -q -o -B /opt/multicloud-openstack-starlingx.zip -d /opt/ && \ rm -f /opt/multicloud-openstack-starlingx.zip && \ pip install -r /opt/starlingx/requirements.txt && \ diff --git a/starlingx/docker/build_image.sh b/starlingx/docker/build_image.sh index 34359d84..21403a7e 100755 --- a/starlingx/docker/build_image.sh +++ b/starlingx/docker/build_image.sh @@ -20,8 +20,8 @@ echo "DOCKER_BUILD_DIR=${DOCKER_BUILD_DIR}" cd ${DOCKER_BUILD_DIR} BUILD_ARGS="--no-cache" -VERSION="1.3.1-SNAPSHOT" -STAGING="1.3.1-STAGING" +VERSION="1.3.2-SNAPSHOT" +STAGING="1.3.2-STAGING" OS_VERSION="starlingx" IMAGE_NAME="nexus3.onap.org:10003/onap/multicloud/openstack-${OS_VERSION}" diff --git a/starlingx/pom.xml b/starlingx/pom.xml index 187c4975..d20f7c51 100644 --- a/starlingx/pom.xml +++ b/starlingx/pom.xml @@ -24,7 +24,7 @@ 4.0.0 org.onap.multicloud.openstack multicloud-openstack-starlingx - 1.3.1-SNAPSHOT + 1.3.2-SNAPSHOT pom multicloud-openstack-starlingx multicloud for openstack starlingx -- cgit 1.2.3-korg