Downgrade RMR version in the listener 92/5792/1 1.10.1
authorE. Scott Daniels <daniels@research.att.com>
Wed, 24 Mar 2021 18:58:29 +0000 (14:58 -0400)
committerE. Scott Daniels <daniels@research.att.com>
Wed, 24 Mar 2021 18:58:29 +0000 (14:58 -0400)
RMR version was pushed to 4.6.0 with the 1.10.0 container, but
it should not have been touched.

Issue-ID: RIC-768

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: I96a212aba6ceee128925d9dd4c319045716f7744

sidecars/listener/Dockerfile
sidecars/listener/container-tag.yaml

index 5968648..b01a0aa 100644 (file)
@@ -50,7 +50,7 @@ RUN apt-get update && apt-get install -y cmake gcc make git g++ wget
 
 WORKDIR /playpen
 # Install RMr (runtime and dev) from debian package cached on packagecloud.io
-ARG RMR_VER=4.6.0
+ARG RMR_VER=4.5.2
 ARG RMR_PC_REPO=release
 #ARG RMR_PC_REPO=staging
 
index 6f465f5..c918110 100644 (file)
@@ -1,4 +1,4 @@
 ---
-tag: '1.10.0'
+tag: '1.10.1'
 
 # this is used by CI jobs to apply a tag when it builds the image