From: E. Scott Daniels Date: Mon, 7 Dec 2020 02:01:23 +0000 (-0500) Subject: Bump RMR version in base alpine builder to 4.4.6 X-Git-Tag: 2.0.0^0 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;ds=sidebyside;h=45ee411da14af02b02aedcd70640847bf93e9d9a;p=it%2Fdev.git Bump RMR version in base alpine builder to 4.4.6 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 Change-Id: I6f2525dbf9132e44ea7bb5c6a206b43baf9918e3 --- diff --git a/bldr-imgs/bldr-alpine3-go/Dockerfile b/bldr-imgs/bldr-alpine3-go/Dockerfile index 80db68f..54e394e 100644 --- a/bldr-imgs/bldr-alpine3-go/Dockerfile +++ b/bldr-imgs/bldr-alpine3-go/Dockerfile @@ -18,12 +18,14 @@ # 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 "<<>>" \ diff --git a/bldr-imgs/bldr-alpine3-go/container-tag.yaml b/bldr-imgs/bldr-alpine3-go/container-tag.yaml index 7fa1a65..bc81150 100644 --- a/bldr-imgs/bldr-alpine3-go/container-tag.yaml +++ b/bldr-imgs/bldr-alpine3-go/container-tag.yaml @@ -1,2 +1,2 @@ --- -tag: 6-a3.11-rmr3 +tag: 2.0.0