RMR version updated to v4.0.5 28/3928/2 0.6.0
authorwahidw <abdulwahid.w@nokia.com>
Mon, 1 Jun 2020 04:33:42 +0000 (04:33 +0000)
committerwahidw <abdulwahid.w@nokia.com>
Mon, 1 Jun 2020 13:10:18 +0000 (13:10 +0000)
Change-Id: Ib94de3cc8ae05ad0116977456740bf1f2d62ccdf
Signed-off-by: wahidw <abdulwahid.w@nokia.com>
Dockerfile
RELNOTES
build-rtmgr-ubuntu.sh
container-tag.yaml

index 37ffdac..7f87538 100644 (file)
 # 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/bldr-ubuntu18-c-go:7-u18.04 as rtmgrbuild
+FROM nexus3.o-ran-sc.org:10004/o-ran-sc/bldr-ubuntu18-c-go:8-u18.04 as rtmgrbuild
 
 # Install RMr shared library
-ARG RMRVERSION=4.0.2
+ARG RMRVERSION=4.0.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 6a25d16..4d7790f 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,6 @@
+### v0.6.0
+* Updating RMR version to 4.0.5 
+
 ### v0.5.9
 * Updating to xapp frw v0.4.10, for dcap to adxapp new message type
 
index d0e5cdc..26956fa 100755 (executable)
@@ -20,7 +20,7 @@ set -eux
 
 echo "--> rtmgr-build-ubuntu.sh"
 curdir=`pwd`
-RMRVERSION=4.0.2
+RMRVERSION=4.0.5
 wget --content-disposition https://packagecloud.io/o-ran-sc/staging/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/staging/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
 
index 2300e89..9605e65 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.5.9
+tag: 0.6.0