Updating RMR version to 4.5.2 76/5576/2 cherry
authorwahidw <abdulwahid.w@nokia.com>
Wed, 3 Feb 2021 08:44:31 +0000 (08:44 +0000)
committerwahidw <abdulwahid.w@nokia.com>
Wed, 3 Feb 2021 08:53:30 +0000 (08:53 +0000)
Signed-off-by: wahidw <abdulwahid.w@nokia.com>
Change-Id: I2d506f641a6b647ea11ed97ff3b2f204ea620c98
Signed-off-by: wahidw <abdulwahid.w@nokia.com>
Dockerfile

index 90eac73..c824b59 100644 (file)
@@ -23,7 +23,7 @@
 ###########################################################
 #
 ###########################################################
-FROM nexus3.o-ran-sc.org:10004/o-ran-sc/bldr-ubuntu18-c-go:9-u18.04 as submgrcore
+FROM nexus3.o-ran-sc.org:10002/o-ran-sc/bldr-ubuntu18-c-go:1.9.0 as submgrcore
 
 RUN apt update && apt install -y iputils-ping net-tools curl tcpdump gdb valgrind
 
@@ -57,7 +57,7 @@ RUN export GOBIN=/usr/local/bin/ ; \
 #
 # RMR
 #
-ARG RMRVERSION=4.4.6
+ARG RMRVERSION=4.5.2
 ARG RMRLIBURL=https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/rmr_${RMRVERSION}_amd64.deb/download.deb
 ARG RMRDEVURL=https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/rmr-dev_${RMRVERSION}_amd64.deb/download.deb
 RUN wget --content-disposition ${RMRLIBURL} && dpkg -i rmr_${RMRVERSION}_amd64.deb