Versions Compared

Key

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

...

The base images do not have any RIC libraries or software preinstalled because I expect them to change rapidly.  RIC libraries RMr, mdclog, asn1 should be published to PackageCloud as binary packages (deb or rpm as appropriate) and installed during the build process. The packaging as DEB and RPM is done for RMr.

These images are published to the LF docker "staging" registry nexus3.o-ran-sc.org:10004, and eventually may be published to the LF docker "release" registry nexus3.o-ran-sc.org:10002. Projects can use these images as the first stage in a multi-stage Docker Dockerfile (docker build process). For example:

Code Block
FROM nexus3.o-ran-sc.org:10004/bldr-ubuntu-c-go-nng:31-u16.04-nng1.1.1 AS project-build

...