From: Mike Marchetti Date: Fri, 17 Nov 2017 16:06:52 +0000 (+0100) Subject: Merge "Docker build for SO" X-Git-Tag: v3.0.2^0 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=73cf50881181a591a13075082c84bbb9bf76b5d9;hp=8743c4a738dadcf431d4aef3b01d24d398b9f78a;p=osm%2FSO.git Merge "Docker build for SO" --- diff --git a/BUILD.sh b/BUILD.sh index 3ed2736d..7ccdebad 100755 --- a/BUILD.sh +++ b/BUILD.sh @@ -80,7 +80,7 @@ set -x # Print commands before executing them # Set up repo and version PLATFORM_REPOSITORY=${1:-OSM3} -PLATFORM_VERSION=${2:-5.2.0.3.73627} +PLATFORM_VERSION=${2:-5.2.0.2.72254} ############################################################################### # Main block diff --git a/Dockerfile b/Dockerfile index e4274f56..6f18be53 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,9 +5,9 @@ RUN curl http://repos.riftio.com/public/xenial-riftware-public-key | apt-key add curl -o /etc/apt/sources.list.d/rift.list http://buildtracker.riftio.com/repo_file/ub16/OSM3/ && \ apt-get update && \ apt-get -y install \ - rw.tools-container-tools=5.2.0.3.73627 \ - rw.tools-scripts=5.2.0.3.73627 + rw.tools-container-tools=5.2.0.0.71033 \ + rw.tools-scripts=5.2.0.0.71033 -RUN /usr/rift/container_tools/mkcontainer --modes SO-dev --repo OSM3 --rw-version 5.2.0.3.73627 +RUN /usr/rift/container_tools/mkcontainer --modes SO-dev --repo OSM3 --rw-version 5.2.0.0.71033 RUN chmod 777 /usr/rift /usr/rift/usr/share