Change base image version and update rmr version to latest version 65/4465/2
authorss412g <shuky.har-noy@intl.att.com>
Tue, 28 Jul 2020 21:14:43 +0000 (00:14 +0300)
committerShuky Har-Noy <shuky.har-noy@intl.att.com>
Tue, 28 Jul 2020 21:29:48 +0000 (21:29 +0000)
Change-Id: Ic62968c1d71dc46fa1adeae49c4b4491f90a1169
Signed-off-by: ss412g <shuky.har-noy@intl.att.com>
E2Manager/Dockerfile
E2Manager/build-e2mgr-ubuntu.sh
E2Manager/container-tag.yaml

index 89c23af..3fa55df 100755 (executable)
@@ -20,7 +20,7 @@
 #   platform project (RICP).
 #
 
-FROM nexus3.o-ran-sc.org:10004/o-ran-sc/bldr-ubuntu18-c-go:8-u18.04 as ubuntu
+FROM nexus3.o-ran-sc.org:10004/o-ran-sc/bldr-ubuntu18-c-go:9-u18.04 as ubuntu
 
 WORKDIR /opt/E2Manager
 COPY . .
index bd56a39..b103f5b 100755 (executable)
@@ -31,11 +31,11 @@ set -eux
 echo "--> e2mgr-build-ubuntu.sh"
 
 # Install RMR from deb packages at packagecloud.io
-rmr=rmr_4.0.2_amd64.deb
+rmr=rmr_4.1.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.0.2_amd64.deb
+rmrdev=rmr-dev_4.1.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
index b2f762c..28b4768 100644 (file)
@@ -1,4 +1,4 @@
 # The Jenkins job requires a tag to build the Docker image.
 # Global-JJB script assumes this file is in the repo root.
 ---
-tag: 5.2.22
\ No newline at end of file
+tag: 5.4.0
\ No newline at end of file