From d739112bfc8cc0719959368a9dbdb42e1d188c12 Mon Sep 17 00:00:00 2001 From: wahidw Date: Tue, 8 Dec 2020 09:28:34 +0000 Subject: [PATCH] Taking RMR v4.4.6 from release repo Signed-off-by: wahidw Change-Id: I3a1cbbf780850772522ff9af62bc0473192c500d --- Dockerfile | 4 ++-- container-tag.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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" -- 2.16.6