Bump RMR version in the listener container 78/5678/1 1.9.0
authorE. Scott Daniels <daniels@research.att.com>
Fri, 19 Feb 2021 14:07:46 +0000 (09:07 -0500)
committerE. Scott Daniels <daniels@research.att.com>
Fri, 19 Feb 2021 14:07:46 +0000 (09:07 -0500)
There are two important bug fixes in RMR and thus the version of RMR
used in the listener container is being bumped to 4.5.2.

Issue-ID: RIC-751

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

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

index 941bced..c9bf028 100644 (file)
@@ -1,6 +1,6 @@
 # causes CI job(s) to install RMR with the desired version
 ---
-version: 4.4.6
+version: 4.5.2
 repo: staging
 
 
index 6258b56..b01a0aa 100644 (file)
@@ -50,9 +50,9 @@ 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.5.0
-#ARG RMR_PC_REPO=release
-ARG RMR_PC_REPO=staging
+ARG RMR_VER=4.5.2
+ARG RMR_PC_REPO=release
+#ARG RMR_PC_REPO=staging
 
 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
index c307504..1f2c599 100644 (file)
@@ -1,4 +1,4 @@
 ---
-tag: '1.8.0'
+tag: '1.9.0'
 
 # this is used by CI jobs to apply a tag when it builds the image