RMR update and release step 1/2 41/12241/3 6.0.4
authorczichy <thoralf.czichy@nokia.com>
Wed, 13 Dec 2023 05:12:19 +0000 (07:12 +0200)
committerczichy <thoralf.czichy@nokia.com>
Wed, 13 Dec 2023 14:48:11 +0000 (16:48 +0200)
Change-Id: Ie41440ff2d86d962388ff1641754fd8c48632b2e
Signed-off-by: czichy <thoralf.czichy@nokia.com>
RIC-E2-TERMINATION/Dockerfile
RIC-E2-TERMINATION/container-tag.yaml

index dc3c575..778d50e 100644 (file)
@@ -43,10 +43,10 @@ RUN apt-get install -y libboost-all-dev
 RUN mv /opt/e2/RIC-E2-TERMINATION/CMakeLists.txt /opt/e2/ && cat /opt/e2/RIC-E2-TERMINATION/config/config.conf \
     && wget --content-disposition https://github.com/cgreen-devs/cgreen/releases/download/1.2.0/cgreen_1.2.0_amd64.deb \
     && dpkg -i cgreen_1.2.0_amd64.deb \
-    && wget --content-disposition https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/rmr_4.9.1_amd64.deb/download.deb \
-    && dpkg -i rmr_4.9.1_amd64.deb \
-    && wget --content-disposition https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/rmr-dev_4.9.1_amd64.deb/download.deb \
-    && dpkg -i rmr-dev_4.9.1_amd64.deb \
+    && wget --content-disposition https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/rmr_4.9.4_amd64.deb/download.deb \
+    && dpkg -i rmr_4.9.4_amd64.deb \
+    && wget --content-disposition https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/rmr-dev_4.9.4_amd64.deb/download.deb \
+    && dpkg -i rmr-dev_4.9.4_amd64.deb \
     && wget --content-disposition https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/mdclog_0.1.1-1_amd64.deb/download.deb \
     && dpkg -i mdclog_0.1.1-1_amd64.deb \
     && wget --content-disposition https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/mdclog-dev_0.1.1-1_amd64.deb/download.deb \
@@ -97,8 +97,8 @@ COPY --from=ubuntu /opt/e2/RIC-E2-TERMINATION/startup.sh /opt/e2/startup.sh
 #COPY --from=ubuntu /opt/e2/RIC-E2-TERMINATION/tracelibcpp/build/libtracelibcpp.so.0.0.2 /usr/local/lib/libtracelibcpp.so.0.0.2
 
 
-COPY --from=ubuntu /usr/local/lib/librmr_si.so.4.9.1 /usr/local/lib/librmr_si.so.4.9.1
-RUN ln -s librmr_si.so.4.9.1  /usr/local/lib/librmr_si.so.4
+COPY --from=ubuntu /usr/local/lib/librmr_si.so.4.9.4 /usr/local/lib/librmr_si.so.4.9.4
+RUN ln -s librmr_si.so.4.9.4  /usr/local/lib/librmr_si.so.4
 RUN ln -s librmr_si.so.4 /usr/local/lib/librmr_si.so
 
 COPY --from=ubuntu /usr/lib/x86_64-linux-gnu/libmdclog.so /usr/local/lib/libmdclog.so
index 852a838..dbe3af0 100644 (file)
@@ -1,3 +1,3 @@
 # The Jenkins job requires a tag to build the Docker image.
 # Global-JJB script assumes this file is in the repo root.
-tag: 6.0.3
+tag: 6.0.4