From 46da655eff80d7ada6d7ef4803dcf36221db1303 Mon Sep 17 00:00:00 2001 From: wahidw Date: Mon, 1 Feb 2021 07:20:33 +0000 Subject: [PATCH] Taking RMR v4.5.2 to use Signed-off-by: wahidw Change-Id: I16f700c346412e8cd045f652401f7c1db305e8bb --- Dockerfile | 4 ++-- RELNOTES | 3 +++ build-rtmgr-ubuntu.sh | 2 +- container-tag.yaml | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 846dad3..a711d6c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,10 +23,10 @@ # a Docker tag from the string in file container-tag.yaml #FROM golang:1.12.1 as rtmgrbuild -FROM nexus3.o-ran-sc.org:10004/o-ran-sc/bldr-ubuntu18-c-go:9-u18.04 as rtmgrbuild +FROM nexus3.o-ran-sc.org:10004/o-ran-sc/bldr-ubuntu18-c-go:1.9.0 as rtmgrbuild # Install RMr shared library -ARG RMRVERSION=4.4.6 +ARG RMRVERSION=4.5.2 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/RELNOTES b/RELNOTES index 0a980c6..aa347ea 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,3 +1,6 @@ +### v0.7.3 +* Upgraded to RMR v4.5.2 + ### v0.7.1 * Upgraded to RMR v4.4.4 diff --git a/build-rtmgr-ubuntu.sh b/build-rtmgr-ubuntu.sh index 90d7729..dab4685 100755 --- a/build-rtmgr-ubuntu.sh +++ b/build-rtmgr-ubuntu.sh @@ -20,7 +20,7 @@ set -eux echo "--> rtmgr-build-ubuntu.sh" curdir=`pwd` -RMRVERSION=4.4.6 +RMRVERSION=4.5.2 wget --content-disposition https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/rmr_${RMRVERSION}_amd64.deb/download.deb && sudo dpkg -i rmr_${RMRVERSION}_amd64.deb && rm -rf rmr_${RMRVERSION}_amd64.deb wget --content-disposition https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/rmr-dev_${RMRVERSION}_amd64.deb/download.deb && sudo 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 540b2fe..abddac4 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.7.2 +tag: 0.7.3 -- 2.16.6