Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

It is our recommendation that these packages be used rather than building the source as the overall time to create a container and/or execution environment will be greatly reduced.


Current versionsVersions which may be of interest:

  • 1.10.2  PIZ Trial version
  • 1.11.1  Amber release
  • 14.12.0  Leading edge development for Bronze release0.5 Bronz release (May 2020)


Referencing RMR Packages

From a Dockerfile, RMR packages may be referenced and installed as illustrated below (ensure the correct version is specified; the version given here is an example only and way out of date):


ARG RMR_VER=1.11.1
RUN wget -nv --content-disposition https://packagecloud.io/o-ran-sc/master/packages/debian/stretch/rmr_${RMR_VER}_amd64.deb/download.deb
RUN wget -nv --content-disposition https://packagecloud.io/o-ran-sc/master/packages/debian/stretch/rmr-dev_${RMR_VER}_amd64.deb/download.deb
RUN dpkg -i rmr_${RMR_VER}_amd64.deb
RUN dpkg -i rmr-dev_${RMR_VER}_amd64.deb


Replace "master" in the URL with "release" to pull the packages which are officially released. Packages in the master portion of the repository may not be thoroughly tested in real-world conditions.