From: E. Scott Daniels Date: Fri, 4 Dec 2020 23:26:34 +0000 (-0500) Subject: Bump the RMR version in the listener container to 4.4.6 X-Git-Tag: 1.7.0~1 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=de60c28a4542ef0a63c058df150a72bf0664ddae;p=ric-app%2Fmc.git Bump the RMR version in the listener container to 4.4.6 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 Change-Id: Ie0da7f8ce6f2098f67827a24d79bf1af5cc3b894 --- diff --git a/rmr-version.yaml b/rmr-version.yaml index 285c71f..941bced 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.1.2 -repo: release +version: 4.4.6 +repo: staging diff --git a/sidecars/listener/Dockerfile b/sidecars/listener/Dockerfile index f84cb83..9d2da6c 100644 --- a/sidecars/listener/Dockerfile +++ b/sidecars/listener/Dockerfile @@ -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 diff --git a/sidecars/listener/container-tag.yaml b/sidecars/listener/container-tag.yaml index db0f276..8151269 100644 --- a/sidecars/listener/container-tag.yaml +++ b/sidecars/listener/container-tag.yaml @@ -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