From: czichy Date: Wed, 7 Jun 2023 13:21:11 +0000 (+0300) Subject: RMR update and H release step 1 of 2 X-Git-Tag: 0.9.5^0 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=4c4c711f5e000b78ebb51ca9a6f5d1dee25b068e;p=ric-plt%2Frtmgr.git RMR update and H release step 1 of 2 Change-Id: Ia9f1dc58a42d86e41c27177eefd02fd28c080535 Signed-off-by: czichy --- diff --git a/Dockerfile b/Dockerfile index cdfc8eb..71a6e2f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ FROM nexus3.o-ran-sc.org:10002/o-ran-sc/bldr-ubuntu20-c-go:1.0.0 as rtmgrbuild RUN apt update && apt install ca-certificates libgnutls30 -y # Install RMr shared library -ARG RMRVERSION=4.9.0 +ARG RMRVERSION=4.9.1 RUN wget --content-disposition https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/rmr_${RMRVERSION}_amd64.deb/download.deb && dpkg -i rmr_${RMRVERSION}_amd64.deb && rm -rf rmr_${RMRVERSION}_amd64.deb # Install RMr development header files RUN wget --content-disposition https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/rmr-dev_${RMRVERSION}_amd64.deb/download.deb && dpkg -i rmr-dev_${RMRVERSION}_amd64.deb && rm -rf rmr-dev_${RMRVERSION}_amd64.deb diff --git a/container-tag.yaml b/container-tag.yaml index 6c81a05..6ead592 100644 --- a/container-tag.yaml +++ b/container-tag.yaml @@ -2,4 +2,4 @@ # By default this file is in the docker build directory, # but the location can configured in the JJB template. --- -tag: 0.9.4 +tag: 0.9.5