Reference current RMR version (4.4.6) in image 77/5277/1 2.4.0
authorE. Scott Daniels <daniels@research.att.com>
Tue, 8 Dec 2020 15:01:52 +0000 (10:01 -0500)
committerE. Scott Daniels <daniels@research.att.com>
Tue, 8 Dec 2020 15:01:52 +0000 (10:01 -0500)
This change references the builder image which contains
RMR version 4.4.6.

Issue-ID: RIC-721

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

Dockerfile
container-tag.yaml
docs/release-notes.rst

index cf79e17..43d4f36 100644 (file)
@@ -39,8 +39,8 @@ RUN pip install --user /home/a1user
 # 2nd stage
 FROM python:3.8-alpine
 
-# copy rmr libraries from builder image in lieu of an Alpine package
-COPY --from=nexus3.o-ran-sc.org:10002/o-ran-sc/bldr-alpine3-rmr:4.0.5 /usr/local/lib64/librmr* /usr/local/lib64/
+# copy rmr libraries from builder image in lieu of an Alpine package (10002 is the release portion of the repo)
+COPY --from=nexus3.o-ran-sc.org:10002/o-ran-sc/bldr-alpine3-rmr:4.4.6 /usr/local/lib64/librmr* /usr/local/lib64/
 
 # copy python modules; this makes the 2 stage python build work
 COPY --from=compile-image /home/a1user/.local /home/a1user/.local
index 8464b13..b0f84c5 100644 (file)
@@ -1,4 +1,4 @@
 # The Jenkins job uses this string for the tag in the image name
 # for example nexus3.o-ran-sc.org:10004/my-image-name:my-tag
 ---
-tag: 2.3.0
+tag: 2.4.0
index 1ac7348..10c1f70 100644 (file)
@@ -10,6 +10,8 @@ All notable changes to this project will be documented in this file.
 The format is based on `Keep a Changelog <http://keepachangelog.com/>`__
 and this project adheres to `Semantic Versioning <http://semver.org/>`__.
 
+[2.4.0] - 2020-12-08
+* Reference RMR version 4.4.6 via the builder image.
 
 [2.2.0] - 2020-05-28
 --------------------