Create bldr-alpine image with RMR version 4.0.2 99/3499/1 4.0.2
authorLott, Christopher (cl778h) <cl778h@att.com>
Tue, 28 Apr 2020 12:15:33 +0000 (08:15 -0400)
committerLott, Christopher (cl778h) <cl778h@att.com>
Tue, 28 Apr 2020 12:15:33 +0000 (08:15 -0400)
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: I6741de6101ed41141fe0a2283c565e32d9a62aeb

bldr-imgs/bldr-alpine3-rmr/Dockerfile [changed mode: 0755->0644]
bldr-imgs/bldr-alpine3-rmr/container-tag.yaml

old mode 100755 (executable)
new mode 100644 (file)
index 96dc8f5..613701a
 #     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.2 https://gerrit.oran-osc.org/r/ric-plt/lib/rmr \
     && cd rmr \
     && mkdir .build; cd .build \
     && echo "<<<installing rmr devel headers>>>" \