Update alpine-rmr builder to reference v4.5.2 65/5565/1 4.5.2
authorE. Scott Daniels <daniels@research.att.com>
Mon, 1 Feb 2021 12:52:49 +0000 (07:52 -0500)
committerE. Scott Daniels <daniels@research.att.com>
Mon, 1 Feb 2021 12:52:49 +0000 (07:52 -0500)
This change updates the alpine-rmr build image to pull and compile
RMR version 4.5.2 which has two important bug fixes.

Issue-ID: RIC-738

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

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

index 822b370..aab7342 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.4.6 https://gerrit.oran-osc.org/r/ric-plt/lib/rmr \
+RUN git clone --branch 4.5.2 https://gerrit.oran-osc.org/r/ric-plt/lib/rmr \
     && cd rmr \
     && mkdir .build; cd .build \
     && echo "<<<installing rmr devel headers>>>" \