From: wahidw Date: Tue, 8 Dec 2020 09:28:34 +0000 (+0000) Subject: Taking RMR v4.4.6 from release repo X-Git-Tag: 0.5.8~2 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=ric-plt%2Fsubmgr.git;a=commitdiff_plain;h=d739112bfc8cc0719959368a9dbdb42e1d188c12 Taking RMR v4.4.6 from release repo Signed-off-by: wahidw Change-Id: I3a1cbbf780850772522ff9af62bc0473192c500d --- diff --git a/Dockerfile b/Dockerfile index 7e396b4..90eac73 100644 --- a/Dockerfile +++ b/Dockerfile @@ -58,8 +58,8 @@ RUN export GOBIN=/usr/local/bin/ ; \ # RMR # ARG RMRVERSION=4.4.6 -ARG RMRLIBURL=https://packagecloud.io/o-ran-sc/staging/packages/debian/stretch/rmr_${RMRVERSION}_amd64.deb/download.deb -ARG RMRDEVURL=https://packagecloud.io/o-ran-sc/staging/packages/debian/stretch/rmr-dev_${RMRVERSION}_amd64.deb/download.deb +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 RUN wget --content-disposition ${RMRLIBURL} && dpkg -i rmr_${RMRVERSION}_amd64.deb RUN wget --content-disposition ${RMRDEVURL} && dpkg -i rmr-dev_${RMRVERSION}_amd64.deb RUN rm -f rmr_${RMRVERSION}_amd64.deb rmr-dev_${RMRVERSION}_amd64.deb diff --git a/container-tag.yaml b/container-tag.yaml index 8493632..8ef37f6 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 configured in the JJB template. --- -tag: "0.5.6" +tag: "0.5.7"