Updating RMR version to 4.8.5 14/10014/1 0.5.14
authorczichy <thoralf.czichy@nokia.com>
Thu, 8 Dec 2022 08:20:25 +0000 (10:20 +0200)
committerczichy <thoralf.czichy@nokia.com>
Thu, 8 Dec 2022 08:20:25 +0000 (10:20 +0200)
Signed-off-by: czichy <thoralf.czichy@nokia.com>
Change-Id: Ic249f8b560f2509fe89f5bda91d0b1e990ee478c

build/build_ubuntu.sh
build/container-tag.yaml

index 0a84c1b..fb81ca1 100755 (executable)
 echo "--> build_ubuntu.sh starts"
 
 # Install RMR from deb packages at packagecloud.io
-rmr=rmr_4.8.0_amd64.deb
+rmr=rmr_4.8.5_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.8.0_amd64.deb
+rmrdev=rmr-dev_4.8.5_amd64.deb
 wget --content-disposition https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/$rmrdev/download.deb
 sudo dpkg -i $rmrdev
 rm $rmrdev
index 58e98ad..de469e7 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.13
+tag: 0.5.14