Upgrade Alpine lib distro image to RMR ver 4.1.2 17/4217/3 4.1.2
authorLott, Christopher (cl778h) <cl778h@att.com>
Mon, 22 Jun 2020 15:15:56 +0000 (11:15 -0400)
committerLott, Christopher (cl778h) <cl778h@att.com>
Wed, 24 Jun 2020 18:38:48 +0000 (14:38 -0400)
New tag is 4.1.2

Issue-ID: RIC-514
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: Ic5529dd89cbb4ceaca6556204a2e736d8d6d72bc

bldr-imgs/bldr-alpine3-rmr/Dockerfile
bldr-imgs/bldr-alpine3-rmr/container-tag.yaml

index 16b1bbf..5c65815 100644 (file)
@@ -40,7 +40,7 @@
 
 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.5 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 "<<<installing rmr devel headers>>>" \