Versions Compared

Key

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

...

Projects should use these images in a Dockerfile "FROM" command in the docker build process. For example, to use the Ubuntu 18 base image (see below for the current tag):

Code Block
FROM nexus3.o-ran-sc.org:10004/bldr-ubuntu18-c-go:CURRENT-TAG-HERE AS project-build

...