X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docker%2FREADME.md;h=2dc0912a54200eaa6cc8b62aeae0173396eec9dc;hb=3072a9d7dbf8b4c4556f07a284cd762c07e4ee55;hp=3d7ce0ecb5fcf816431c6df7ef7cc3bd55a44dd1;hpb=d13fde11532c0d3bf4f9a03598f5ec7db4a38243;p=ci-management.git diff --git a/docker/README.md b/docker/README.md index 3d7ce0ec..2dc0912a 100644 --- a/docker/README.md +++ b/docker/README.md @@ -1,7 +1,10 @@ # CI builder images for O-RAN-SC at LF -This area contains Dockerfiles to assemble images that are used to -compile source and create binary artifacts such as Docker images for -O-RAN-SC software features. This approach replaces the common -practice at LF of installing and maintaining specialty software on -Jenkins build minions. +The O-RAN-SC project runs most CI tasks in Docker instead of +maintaining build and compile tools in LF-managed Jenkins build +minions. This area contains the Dockerfiles to assemble images that +are used as the first stage in a multi-stage Docker build. These +images have large build and compile tools like C, C++, Golang, cmake, +ninja, etc. These images are used to compile source and create binary +artifacts of O-RAN-SC software features, which are then wrapped in +minimal docker images for use.