X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=examples%2FDockerfile-Ping;fp=examples%2FDockerfile-Ping;h=2eac495eb8b0d71f3f06fe056a07ace2ad1d5a03;hb=e2e3e435babf3aeb8c1bae14ad2a055d02bee38a;hp=52ed2fb93ca5cbb319b64d2de80cb3020bc04095;hpb=ebf321da6012fd48b62aec336b7cd5f6223f6780;p=ric-plt%2Fxapp-frame-py.git diff --git a/examples/Dockerfile-Ping b/examples/Dockerfile-Ping index 52ed2fb..2eac495 100644 --- a/examples/Dockerfile-Ping +++ b/examples/Dockerfile-Ping @@ -19,7 +19,8 @@ FROM python:3.8-alpine # RMR setup RUN mkdir -p /opt/route/ COPY test_route.rt /opt/route/test_route.rt -COPY --from=nexus3.o-ran-sc.org:10004/bldr-alpine3-go:3-rmr-si95-nng-3.6.1 /usr/local/lib64/librmr_si.so /usr/local/lib64/librmr_si.so +# copy rmr .so from builder image in lieu of an Alpine package +COPY --from=nexus3.o-ran-sc.org:10002/o-ran-sc/bldr-alpine3-rmr:3.8.0 /usr/local/lib64/librmr_si.so /usr/local/lib64/librmr_si.so ENV LD_LIBRARY_PATH /usr/local/lib/:/usr/local/lib64 ENV RMR_SEED_RT /opt/route/test_route.rt