Updated RMR to latest release 4.9.0 09/10909/1
authorAbhijit Gadgil <gabhijit@iitbombay.org>
Thu, 27 Apr 2023 03:58:14 +0000 (09:28 +0530)
committerAbhijit Gadgil <gabhijit@iitbombay.org>
Thu, 27 Apr 2023 03:58:14 +0000 (09:28 +0530)
This is required by the `Dockerfile` in `xapp-frame-py/examples` as
these `Dockerfile` use alpine image and hence cannot use debian
packages.

Issue-Id: RIC-974
Signed-off-by: Abhijit Gadgil <gabhijit@iitbombay.org>
Change-Id: I434bf4884c550a3e61e7959c805982fec154d60e

bldr-imgs/bldr-alpine3-rmr/Dockerfile

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