version 4.0.9 49/3349/1
authoraa7133@att.com <aa7133@att.com>
Tue, 21 Apr 2020 09:04:04 +0000 (12:04 +0300)
committeraa7133@att.com <aa7133@att.com>
Tue, 21 Apr 2020 09:04:34 +0000 (12:04 +0300)
upgrade RMR version to 3.8.2

Change-Id: Ifeb6f1a6fbf03817cb76e5f8d06e571af52ee22c
Signed-off-by: aa7133@att.com <aa7133@att.com>
RIC-E2-TERMINATION/Dockerfile
RIC-E2-TERMINATION/container-tag.yaml

index 3ae2d15..b46d77a 100644 (file)
@@ -39,10 +39,10 @@ RUN cat /opt/e2/RIC-E2-TERMINATION/config/config.conf
 
 RUN 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/staging/packages/debian/stretch/rmr_3.8.0_amd64.deb/download.deb \
-         && dpkg -i rmr_3.8.0_amd64.deb \
-         && wget --content-disposition https://packagecloud.io/o-ran-sc/staging/packages/debian/stretch/rmr-dev_3.8.0_amd64.deb/download.deb \
-         && dpkg -i rmr-dev_3.8.0_amd64.deb
+         && wget --content-disposition https://packagecloud.io/o-ran-sc/staging/packages/debian/stretch/rmr_3.0.2_amd64.deb/download.deb \
+         && dpkg -i rmr_3.0.2_amd64.deb \
+         && wget --content-disposition https://packagecloud.io/o-ran-sc/staging/packages/debian/stretch/rmr-dev_3.0.2_amd64.deb/download.deb \
+         && dpkg -i rmr-dev_3.0.2_amd64.deb
 
 RUN apt-get install -y libcurl4-gnutls-dev gawk libtbb-dev  libtbb-doc libtbb2 libtbb2-dbg \
     && cd /opt/e2/RIC-E2-TERMINATION/3rdparty && git clone https://github.com/oktal/pistache.git && cd pistache \
@@ -92,8 +92,8 @@ COPY --from=ubuntu /usr/local/lib/libnng.so  /usr/local/lib/libnng.so
 COPY --from=ubuntu /usr/local/lib/libnng.so.1  /usr/local/lib/libnng.so.1
 COPY --from=ubuntu /usr/local/lib/libnng.so.1.1.0  /usr/local/lib/libnng.so.1.1.0
 #
-COPY --from=ubuntu /usr/local/lib/librmr_nng.so.3.8.0 /usr/local/lib/librmr_nng.so.3.8.0
-COPY --from=ubuntu /usr/local/lib/librmr_si.so.3.8.0 /usr/local/lib/librmr_si.so.3.8.0
+COPY --from=ubuntu /usr/local/lib/librmr_nng.so.3.0.2 /usr/local/lib/librmr_nng.so.3.0.2
+COPY --from=ubuntu /usr/local/lib/librmr_si.so.3.0.2 /usr/local/lib/librmr_si.so.3.0.2
 COPY --from=ubuntu /usr/local/lib/librmr_si.so.3  /usr/local/lib/librmr_si.so.3
 COPY --from=ubuntu /usr/local/lib/librmr_si.so /usr/local/lib/librmr_si.so
 COPY --from=ubuntu /usr/local/lib/librmr_nng.so.3 /usr/local/lib/librmr_nng.so.3
index fb2ad1f..c1d2376 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: 4.0.8
+tag: 4.0.9