Taking RMR v4.5.2 to use 60/5560/2
authorwahidw <abdulwahid.w@nokia.com>
Mon, 1 Feb 2021 07:49:52 +0000 (07:49 +0000)
committerwahidw <abdulwahid.w@nokia.com>
Mon, 1 Feb 2021 07:53:40 +0000 (07:53 +0000)
Signed-off-by: wahidw <abdulwahid.w@nokia.com>
Change-Id: Idf49b2dd0aa1b73604198bd7fc58b4bd28228b1d

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