Updating RMR version to 4.8.5 08/10008/1
authorczichy <thoralf.czichy@nokia.com>
Thu, 8 Dec 2022 05:56:12 +0000 (07:56 +0200)
committerczichy <thoralf.czichy@nokia.com>
Thu, 8 Dec 2022 05:56:35 +0000 (07:56 +0200)
Signed-off-by: czichy <thoralf.czichy@nokia.com>
Change-Id: I13315cc0b4da99925b47f5dc41d095797976add1

Dockerfile
RELNOTES
container-tag.yaml

index 0b00518..70dcdcb 100644 (file)
@@ -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.8.0
+ARG RMRVERSION=4.8.5
 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
index 15d9ecf..b6df71e 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,6 @@
+### v0.9.3
+* updating RMR to 4.8.5
+
 ### v0.9.2
 * fixed issue in meid table if same meid is associated with different E2T 
 
index 7898fd5..3a848d1 100644 (file)
@@ -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.2
+tag: 0.9.3