Revert "BUG-410 -- update RIFT platform" 78/5678/1 master v3.1 v3.0.0rc17 v3.0.1 v3.0.2 v3.0.3 v3.1.0
authormarchettim <mmarchetti@sandvine.com>
Fri, 10 Nov 2017 16:32:51 +0000 (18:32 +0200)
committermarchettim <mmarchetti@sandvine.com>
Fri, 10 Nov 2017 16:32:51 +0000 (18:32 +0200)
This reverts commit 0e6ae9b24f70eaa4498003976a0f9b783c6e5aea.

Change-Id: Ie404780b07fb7c3d15946e186c753539c568d2fc

BUILD.sh
Dockerfile

index 55757a2..289d11a 100755 (executable)
--- 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
index 893f954..24d5bf0 100644 (file)
@@ -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 UI-dev --repo OSM3 --rw-version 5.2.0.3.73627
+RUN /usr/rift/container_tools/mkcontainer --modes UI-dev --repo OSM3 --rw-version 5.2.0.0.71033
 
 RUN chmod 777 /usr/rift