Updating RMR version to 4.5.2 77/5577/2 cherry
authorwahidw <abdulwahid.w@nokia.com>
Wed, 3 Feb 2021 08:47:26 +0000 (08:47 +0000)
committerwahidw <abdulwahid.w@nokia.com>
Wed, 3 Feb 2021 08:54:49 +0000 (08:54 +0000)
Signed-off-by: wahidw <abdulwahid.w@nokia.com>
Change-Id: Id50a4f67c4da9f523fc4a89cc27bf39246d927f6
Signed-off-by: wahidw <abdulwahid.w@nokia.com>
build/Dockerfile
build/build_ubuntu.sh

index 6249f9c..6b07240 100755 (executable)
@@ -18,7 +18,7 @@
 #   platform project (RICP).
 #==================================================================================
 
-FROM nexus3.o-ran-sc.org:10004/o-ran-sc/bldr-ubuntu18-c-go:9-u18.04 as ubuntu-alarm-manager
+FROM nexus3.o-ran-sc.org:10002/o-ran-sc/bldr-ubuntu18-c-go:1.9.0 as ubuntu-alarm-manager
 
 # Install utilities
 RUN apt update && apt install -y iputils-ping net-tools curl sudo
index 53075b5..547b85a 100755 (executable)
 echo "--> build_ubuntu.sh starts"
 
 # Install RMR from deb packages at packagecloud.io
-rmr=rmr_4.4.6_amd64.deb
+rmr=rmr_4.5.2_amd64.deb
 wget --content-disposition  https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/$rmr/download.deb
 sudo dpkg -i $rmr
 rm $rmr
-rmrdev=rmr-dev_4.4.6_amd64.deb
+rmrdev=rmr-dev_4.5.2_amd64.deb
 wget --content-disposition https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/$rmrdev/download.deb
 sudo dpkg -i $rmrdev
 rm $rmrdev