From 8d75c9f78742099ca83dd099e63b03f15a7608cd Mon Sep 17 00:00:00 2001 From: "E. Scott Daniels" Date: Tue, 8 Dec 2020 10:01:52 -0500 Subject: [PATCH] Reference current RMR version (4.4.6) in image This change references the builder image which contains RMR version 4.4.6. Issue-ID: RIC-721 Signed-off-by: E. Scott Daniels Change-Id: I0669ec30c35a796be1800dd31e30c7ebd28a9486 --- Dockerfile | 4 ++-- container-tag.yaml | 2 +- docs/release-notes.rst | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index cf79e17..43d4f36 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/container-tag.yaml b/container-tag.yaml index 8464b13..b0f84c5 100644 --- a/container-tag.yaml +++ b/container-tag.yaml @@ -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 diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 1ac7348..10c1f70 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -10,6 +10,8 @@ All notable changes to this project will be documented in this file. The format is based on `Keep a Changelog `__ and this project adheres to `Semantic Versioning `__. +[2.4.0] - 2020-12-08 +* Reference RMR version 4.4.6 via the builder image. [2.2.0] - 2020-05-28 -------------------- -- 2.16.6