From: wahidw Date: Mon, 1 Feb 2021 07:46:40 +0000 (+0000) Subject: Taking RMR v4.5.2 to use X-Git-Tag: 0.5.1~5 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=2e033d992a0bf7ad8edd4dc1a859bf3e085502bd;p=ric-plt%2Fo1.git Taking RMR v4.5.2 to use Signed-off-by: wahidw Change-Id: I4729fa5a3edd8f0ca8022cde0bbcc4d649fe9abb --- diff --git a/Dockerfile b/Dockerfile index ad608e4..d79ae77 100755 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ # limitations under the License. #---------------------------------------------------------- -FROM nexus3.o-ran-sc.org:10004/o-ran-sc/bldr-ubuntu18-c-go:9-u18.04 AS o1mediator-build +FROM nexus3.o-ran-sc.org:10002/o-ran-sc/bldr-ubuntu18-c-go:1.9.0 AS o1mediator-build RUN apt-get update -y && apt-get install -y jq \ git \ @@ -107,7 +107,7 @@ RUN \ # ====================================================================== # RMR -ARG RMRVERSION=4.4.6 +ARG RMRVERSION=4.5.2 ARG RMRLIBURL=https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/rmr_${RMRVERSION}_amd64.deb/download.deb ARG RMRDEVURL=https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/rmr-dev_${RMRVERSION}_amd64.deb/download.deb diff --git a/container-tag.yaml b/container-tag.yaml index 21544af..f49ea97 100644 --- a/container-tag.yaml +++ b/container-tag.yaml @@ -2,4 +2,4 @@ # By default this file is in the docker build directory, # but the location can be configured in the JJB template. --- -tag: 0.5.0 +tag: 0.5.1