From ba4c2c7f2472b040da872af2a58fe2536cc9455b Mon Sep 17 00:00:00 2001 From: "E. Scott Daniels" Date: Fri, 19 Feb 2021 09:07:46 -0500 Subject: [PATCH] Bump RMR version in the listener container 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 Change-Id: I2810626f61bb20304d07641e64bc0b9edf34830e --- rmr-version.yaml | 2 +- sidecars/listener/Dockerfile | 6 +++--- sidecars/listener/container-tag.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/rmr-version.yaml b/rmr-version.yaml index 941bced..c9bf028 100644 --- a/rmr-version.yaml +++ b/rmr-version.yaml @@ -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 diff --git a/sidecars/listener/Dockerfile b/sidecars/listener/Dockerfile index 6258b56..b01a0aa 100644 --- a/sidecars/listener/Dockerfile +++ b/sidecars/listener/Dockerfile @@ -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 diff --git a/sidecars/listener/container-tag.yaml b/sidecars/listener/container-tag.yaml index c307504..1f2c599 100644 --- a/sidecars/listener/container-tag.yaml +++ b/sidecars/listener/container-tag.yaml @@ -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 -- 2.16.6