You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

This page lists the available Docker images that have been preconfigured with build tools such as compilers, autoconf, make, go, etc.  Image configuration is maintained by files in the "ci-management" Gerrit repository: https://gerrit.o-ran-sc.org/r/gitweb?p=ci-management.git;a=tree;f=docker

These base builder images help meet the following goals:

  • Use the same version of shared libraries by all components. Initially the most important third-party library is NNG.
  • Reduce the build time. Remember that a verify build is performed for every change published to https://gerrit.o-ran-sc.org

Projects can use these images as the first stage in a multi-stage Docker build process. For example:

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

Image bldr-debian-python-nng

This provides Python and NNG version 1.1.1. For complete details see the Dockerfile: https://gerrit.o-ran-sc.org/r/gitweb?p=ci-management.git;a=blob;f=docker/bldr-debian-python-nng/Dockerfile

Available versions:

  • Tag 2-py3.7-nng1.1.1

Image bldr-ubuntu-c-go-nng

This provides C, C++, Golang and NNG version 1.1.1. For complete details see the Dockerfile: https://gerrit.o-ran-sc.org/r/gitweb?p=ci-management.git;a=blob;f=docker/bldr-ubuntu-c-go-nng/Dockerfile

Available versions:

  • T 3-u16.04-nng1.1.1
  • No labels