Bump the RMR version in the listener container to 4.4.6 54/5254/1
authorE. Scott Daniels <daniels@research.att.com>
Fri, 4 Dec 2020 23:26:34 +0000 (18:26 -0500)
committerE. Scott Daniels <daniels@research.att.com>
Fri, 4 Dec 2020 23:26:34 +0000 (18:26 -0500)
The RMR version pulled and used in the listener container is now
4.4.6.   The listener container tag has also been bumped to
1.7.0.

Issue-ID: RIC-721

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: Ie0da7f8ce6f2098f67827a24d79bf1af5cc3b894

rmr-version.yaml
sidecars/listener/Dockerfile
sidecars/listener/container-tag.yaml

index 285c71f..941bced 100644 (file)
@@ -1,6 +1,6 @@
 # causes CI job(s) to install RMR with the desired version
 ---
-version: 4.1.2
-repo: release
+version: 4.4.6
+repo: staging
 
 
index f84cb83..9d2da6c 100644 (file)
@@ -49,10 +49,12 @@ 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=4.0.5
+ARG RMR_VER=4.4.6
+ARG RMR_PC_REPO=staging
+#ARG RMR_PC_REPO=release
 
-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 wget -nv --content-disposition https://packagecloud.io/o-ran-sc/${RMR_PC_REPO}/packages/debian/stretch/rmr_${RMR_VER}_amd64.deb/download.deb
+RUN wget -nv --content-disposition https://packagecloud.io/o-ran-sc/${RMR_PC_REPO}/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 db0f276..8151269 100644 (file)
@@ -1,4 +1,4 @@
 ---
-tag: '1.6.0'
+tag: '1.7.0'
 
 # this is used by CI jobs to apply a tag when it builds the image