X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=bldr-imgs%2Fbldr-alpine3-rmr%2FDockerfile;fp=bldr-imgs%2Fbldr-alpine3-rmr%2FDockerfile;h=96dc8f5ac9258f5a8aada3a374159006757490d1;hb=cd23da7e93dfcca381b03379be2f30b710f5426c;hp=cbae8e76206ce5d7fd266767a79af40ff7f44bf2;hpb=5e234915345e1f84f6d73a2473e572294c440613;p=it%2Fdev.git diff --git a/bldr-imgs/bldr-alpine3-rmr/Dockerfile b/bldr-imgs/bldr-alpine3-rmr/Dockerfile index cbae8e7..96dc8f5 100755 --- a/bldr-imgs/bldr-alpine3-rmr/Dockerfile +++ b/bldr-imgs/bldr-alpine3-rmr/Dockerfile @@ -24,7 +24,6 @@ # COPY --from=nexus3.o-ran-sc.org:10002/bldr-alpine3-rmr:TAG /usr/local/lib64/librmr_si.so /usr/local/lib64/librmr_si.so # # /usr/local/bin: -# health_ck # rmr_probe # # /usr/local/include/rmr: @@ -34,18 +33,14 @@ # rmr_symtab.h # # /usr/local/lib64: -# librmr_nng.a -# librmr_nng.so -# librmr_nng.so.3 (subject to version change) -# librmr_nng.so.3.8.2 (subject to version change) # librmr_si.a # librmr_si.so -# librmr_si.so.3 (subject to version change) -# librmr_si.so.3.8.2 (subject to version change) +# librmr_si.so.4 (subject to version change) +# librmr_si.so.4.0.0 (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 3.8.2 https://gerrit.oran-osc.org/r/ric-plt/lib/rmr \ +RUN git clone --branch 4.0.0 https://gerrit.oran-osc.org/r/ric-plt/lib/rmr \ && cd rmr \ && mkdir .build; cd .build \ && echo "<<>>" \ @@ -54,6 +49,6 @@ RUN git clone --branch 3.8.2 https://gerrit.oran-osc.org/r/ric-plt/lib/rmr \ && cmake .. -DDEV_PKG=0; make install FROM scratch -COPY --from=bldr /usr/local/bin /usr/local/bin +COPY --from=bldr /usr/local/bin/rmr* /usr/local/bin/ COPY --from=bldr /usr/local/include/rmr /usr/local/include/rmr -COPY --from=bldr /usr/local/lib64 /usr/local/lib64 +COPY --from=bldr /usr/local/lib64/librmr* /usr/local/lib64/