Taking RMR v4.4.6 from release repo 66/5266/1
authorwahidw <abdulwahid.w@nokia.com>
Tue, 8 Dec 2020 09:28:34 +0000 (09:28 +0000)
committerwahidw <abdulwahid.w@nokia.com>
Tue, 8 Dec 2020 09:28:34 +0000 (09:28 +0000)
Signed-off-by: wahidw <abdulwahid.w@nokia.com>
Change-Id: I3a1cbbf780850772522ff9af62bc0473192c500d

Dockerfile
container-tag.yaml

index 7e396b4..90eac73 100644 (file)
@@ -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
index 8493632..8ef37f6 100644 (file)
@@ -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"