Bump RMR version in base alpine builder to 4.4.6 90/5290/1 2.0.0
authorE. Scott Daniels <daniels@research.att.com>
Mon, 7 Dec 2020 02:01:23 +0000 (21:01 -0500)
committerE. Scott Daniels <daniels@research.att.com>
Mon, 7 Dec 2020 02:01:23 +0000 (21:01 -0500)
This change causes the latest RMR version (4.4.6) to be
pulled for the image. The container tag is also now set
to be a sem-ver style and started at 2.0.0.

Issue-ID: RIC-721

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: I6f2525dbf9132e44ea7bb5c6a206b43baf9918e3

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

index 80db68f..54e394e 100644 (file)
 # Has:
 # golang 1.13.8
 # alpine 3.11
-# rmr 3.x
+# rmr 4.4.6
 
 # install a well known working rmr
 FROM golang:1.13.8-alpine3.11
+
 RUN apk update && apk add autoconf automake build-base cmake libtool ninja pkgconfig git sudo
-RUN git clone --branch 3.7.1 https://gerrit.oran-osc.org/r/ric-plt/lib/rmr \
+
+RUN git clone --branch 4.4.6 https://gerrit.oran-osc.org/r/ric-plt/lib/rmr \
     && cd rmr \
     && mkdir .build; cd .build \
     && echo "<<<installing rmr devel headers>>>" \