X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=bldr-imgs%2Fbldr-alpine3-rmr%2FDockerfile;h=16b1bbf51733469ce1873b9236f7ebb10456e655;hb=c6cbcc559369c6791f86d1939d7155646dfe7157;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..16b1bbf --- 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.0.5 https://gerrit.oran-osc.org/r/ric-plt/lib/rmr \ && cd rmr \ && mkdir .build; cd .build \ && echo "<<>>" \