Change RMR version to 4.0.5, start listener in background mode at container startup 52/3752/9 1.6.0
authorvlad shkapenyuk <vshkap@research.att.com>
Tue, 19 May 2020 15:10:52 +0000 (11:10 -0400)
committerVlad Shkapenyuk <vshkap@research.att.com>
Tue, 19 May 2020 17:32:15 +0000 (17:32 +0000)
Signed-off-by: vlad shkapenyuk <vshkap@research.att.com>
Change-Id: I61fdc176d1760309102bab68b71689ece8fe25d7

mc-core/Dockerfile
mc-core/container_start.sh
sidecars/listener/Dockerfile
sidecars/listener/container-tag.yaml

index 70c178e..1df54c1 100644 (file)
 
 ARG STAGE_DIR=/mc
 
-FROM nexus3.o-ran-sc.org:10004/bldr-ubuntu18-c-go:7-u18.04 AS project-build
+FROM nexus3.o-ran-sc.org:10004/o-ran-sc/bldr-ubuntu18-c-go:8-u18.04 AS project-build
 
 ARG STAGE_DIR
 
-ARG RMR_VER=3.7.4
+ARG RMR_VER=4.0.5
 
-RUN wget -nv --content-disposition https://packagecloud.io/o-ran-sc/staging/packages/debian/stretch/rmr_${RMR_VER}_amd64.deb/download.deb
-RUN wget -nv --content-disposition https://packagecloud.io/o-ran-sc/staging/packages/debian/stretch/rmr-dev_${RMR_VER}_amd64.deb/download.deb
+RUN wget -nv --content-disposition https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/rmr_${RMR_VER}_amd64.deb/download.deb
+RUN wget -nv --content-disposition https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/rmr-dev_${RMR_VER}_amd64.deb/download.deb
 RUN dpkg -i rmr_${RMR_VER}_amd64.deb
 RUN dpkg -i rmr-dev_${RMR_VER}_amd64.deb
 RUN ldconfig
index 4e949eb..b241ecd 100755 (executable)
@@ -60,7 +60,7 @@ then
        else
                bin/mc_listener
        fi
-)
+) >/tmp/listener.std 2>&1 &
 
 echo "listener was started" >&2
 
index 65bd97a..b9cb9c1 100644 (file)
@@ -41,7 +41,7 @@
 #      Author:         E. Scott Daniels
 
 
-FROM nexus3.o-ran-sc.org:10004/bldr-ubuntu18-c-go:7-u18.04 as buildenv
+FROM nexus3.o-ran-sc.org:10004/o-ran-sc/bldr-ubuntu18-c-go:8-u18.04 as buildenv
 
 RUN mkdir /playpen
 
@@ -49,10 +49,10 @@ RUN apt-get update && apt-get install -y cmake gcc make git g++ wget
 
 WORKDIR /playpen
 # Install RMr (runtime and dev) from debian package cached on packagecloud.io
-ARG RMR_VER=3.7.4
+ARG RMR_VER=4.0.5
 
-RUN wget -nv --content-disposition https://packagecloud.io/o-ran-sc/staging/packages/debian/stretch/rmr_${RMR_VER}_amd64.deb/download.deb
-RUN wget -nv --content-disposition https://packagecloud.io/o-ran-sc/staging/packages/debian/stretch/rmr-dev_${RMR_VER}_amd64.deb/download.deb
+RUN wget -nv --content-disposition https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/rmr_${RMR_VER}_amd64.deb/download.deb
+RUN wget -nv --content-disposition https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/rmr-dev_${RMR_VER}_amd64.deb/download.deb
 RUN dpkg -i rmr_${RMR_VER}_amd64.deb
 RUN dpkg -i rmr-dev_${RMR_VER}_amd64.deb
 
index 7c0856a..db0f276 100644 (file)
@@ -1,4 +1,4 @@
 ---
-tag: '1.5.0'
+tag: '1.6.0'
 
 # this is used by CI jobs to apply a tag when it builds the image