From 45ee411da14af02b02aedcd70640847bf93e9d9a Mon Sep 17 00:00:00 2001 From: "E. Scott Daniels" Date: Sun, 6 Dec 2020 21:01:23 -0500 Subject: [PATCH] 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 --- bldr-imgs/bldr-alpine3-go/Dockerfile | 6 ++++-- bldr-imgs/bldr-alpine3-go/container-tag.yaml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) 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 -- 2.16.6