X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=bldr-imgs%2Fbldr-alpine3-rmr%2FDockerfile;h=5c6581525c3b5dc2f9fc9c8c4091ee9cd81cec69;hb=refs%2Ftags%2F4.1.2;hp=96dc8f5ac9258f5a8aada3a374159006757490d1;hpb=f88e9d4edd3f5c5543fa17671dce55254514007a;p=it%2Fdev.git diff --git a/bldr-imgs/bldr-alpine3-rmr/Dockerfile b/bldr-imgs/bldr-alpine3-rmr/Dockerfile old mode 100755 new mode 100644 index 96dc8f5..5c65815 --- a/bldr-imgs/bldr-alpine3-rmr/Dockerfile +++ b/bldr-imgs/bldr-alpine3-rmr/Dockerfile @@ -21,7 +21,7 @@ # See list of available files below. Use the following command to copy a file # in a Docker build, after replacing "TAG" with the desired version string: # -# COPY --from=nexus3.o-ran-sc.org:10002/bldr-alpine3-rmr:TAG /usr/local/lib64/librmr_si.so /usr/local/lib64/librmr_si.so +# COPY --from=nexus3.o-ran-sc.org:10002/o-ran-sc/bldr-alpine3-rmr:TAG /usr/local/lib64/librmr* /usr/local/lib64/ # # /usr/local/bin: # rmr_probe @@ -36,11 +36,11 @@ # librmr_si.a # librmr_si.so # librmr_si.so.4 (subject to version change) -# librmr_si.so.4.0.0 (subject to version change) +# librmr_si.so.4.0.2 (subject to version change) FROM alpine:3.11 as bldr RUN apk update && apk add autoconf automake build-base cmake libtool pkgconfig git sudo -RUN git clone --branch 4.0.0 https://gerrit.oran-osc.org/r/ric-plt/lib/rmr \ +RUN git clone --branch 4.1.2 https://gerrit.oran-osc.org/r/ric-plt/lib/rmr \ && cd rmr \ && mkdir .build; cd .build \ && echo "<<>>" \