From: ss412g Date: Tue, 28 Jul 2020 21:14:43 +0000 (+0300) Subject: Change base image version and update rmr version to latest version X-Git-Tag: R5_RC~16 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F65%2F4465%2F2;hp=f37908ead01e7d9e3a64ab84e88878b58b3e3c42;p=ric-plt%2Fe2mgr.git Change base image version and update rmr version to latest version Change-Id: Ic62968c1d71dc46fa1adeae49c4b4491f90a1169 Signed-off-by: ss412g --- diff --git a/E2Manager/Dockerfile b/E2Manager/Dockerfile index 89c23af..3fa55df 100755 --- a/E2Manager/Dockerfile +++ b/E2Manager/Dockerfile @@ -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 . . diff --git a/E2Manager/build-e2mgr-ubuntu.sh b/E2Manager/build-e2mgr-ubuntu.sh index bd56a39..b103f5b 100755 --- a/E2Manager/build-e2mgr-ubuntu.sh +++ b/E2Manager/build-e2mgr-ubuntu.sh @@ -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 diff --git a/E2Manager/container-tag.yaml b/E2Manager/container-tag.yaml index b2f762c..28b4768 100644 --- a/E2Manager/container-tag.yaml +++ b/E2Manager/container-tag.yaml @@ -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