Updated alpine builder image to 4.6.0 in examples 58/11158/1
authorAbhijit Gadgil <gabhijit@iitbombay.org>
Wed, 19 Jul 2023 05:33:08 +0000 (11:03 +0530)
committerAbhijit Gadgil <gabhijit@iitbombay.org>
Wed, 19 Jul 2023 05:33:08 +0000 (11:03 +0530)
Updated alpine builder image to the latest version 4.6.0 which uses the
latest RMR release (4.9.0).

Issue-Id: RIC-986
Signed-off-by: Abhijit Gadgil <gabhijit@iitbombay.org>
Change-Id: Icb30b588e00926886c0a06bec05461ceaedea300

examples/Dockerfile-Ping
examples/Dockerfile-Pong

index 40b19d8..323db1e 100644 (file)
@@ -17,7 +17,7 @@
 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 --from=nexus3.o-ran-sc.org:10002/o-ran-sc/bldr-alpine3-rmr:4.6.0 /usr/local/lib64/librmr* /usr/local/lib64/
 # RMR setup
 RUN mkdir -p /opt/route/
 COPY test_route.rt /opt/route/test_route.rt
index 8013e90..82b76d5 100644 (file)
@@ -17,7 +17,7 @@
 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 --from=nexus3.o-ran-sc.org:10002/o-ran-sc/bldr-alpine3-rmr:4.6.0 /usr/local/lib64/librmr* /usr/local/lib64/
 # RMR setup
 RUN mkdir -p /opt/route/
 COPY test_route.rt /opt/route/test_route.rt