Updating RMR to v4.5.2 89/5589/2
authorwahidw <abdulwahid.w@nokia.com>
Thu, 4 Feb 2021 10:35:14 +0000 (10:35 +0000)
committerwahidw <abdulwahid.w@nokia.com>
Thu, 4 Feb 2021 12:15:26 +0000 (12:15 +0000)
Signed-off-by: wahidw <abdulwahid.w@nokia.com>
Change-Id: I2ee516dd27662be9d8336b0b73d9275a69c434b0
Signed-off-by: wahidw <abdulwahid.w@nokia.com>
Dockerfile
rmr-version.yaml

index 43d4f36..9d4b789 100644 (file)
@@ -21,7 +21,7 @@ FROM python:3.8-alpine AS compile-image
 # upgrade pip as root
 RUN pip install --upgrade pip
 # Gevent needs gcc, make, file, ffi
-RUN apk update && apk add gcc musl-dev make file libffi-dev
+RUN apk update && apk add gcc musl-dev make file libffi-dev g++
 # create a non-root user.  Only really needed in stage 2,
 # however this makes the copying easier and straighttforward;
 # pip option --user doesn't do the same thing if run as root
@@ -40,7 +40,7 @@ RUN pip install --user /home/a1user
 FROM python:3.8-alpine
 
 # copy rmr libraries from builder image in lieu of an Alpine package (10002 is the release portion of the repo)
-COPY --from=nexus3.o-ran-sc.org:10002/o-ran-sc/bldr-alpine3-rmr:4.4.6 /usr/local/lib64/librmr* /usr/local/lib64/
+COPY --from=nexus3.o-ran-sc.org:10002/o-ran-sc/bldr-alpine3-rmr:4.5.2 /usr/local/lib64/librmr* /usr/local/lib64/
 
 # copy python modules; this makes the 2 stage python build work
 COPY --from=compile-image /home/a1user/.local /home/a1user/.local
index d7b94dd..4307833 100644 (file)
@@ -1,3 +1,3 @@
 # CI script installs RMR from PackageCloud using this version
 ---
-version: 4.0.5
+version: 4.5.2