From: wahidw Date: Wed, 3 Feb 2021 08:47:26 +0000 (+0000) Subject: Updating RMR version to 4.5.2 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=cb69273801a943e44e8ae55f353b08628a79fb9b;p=ric-plt%2Falarm-go.git Updating RMR version to 4.5.2 Signed-off-by: wahidw Change-Id: Id50a4f67c4da9f523fc4a89cc27bf39246d927f6 Signed-off-by: wahidw --- diff --git a/build/Dockerfile b/build/Dockerfile index 6249f9c..6b07240 100755 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -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 diff --git a/build/build_ubuntu.sh b/build/build_ubuntu.sh index 53075b5..547b85a 100755 --- a/build/build_ubuntu.sh +++ b/build/build_ubuntu.sh @@ -22,11 +22,11 @@ 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