CCF Build Images#

CCF build images are produced by running the docker/ccf_ci Docker file and pushed to the ccfmsrc Azure Container Registry. They can be pulled by unauthenticated users:

$ docker pull ccfmsrc.azurecr.io/ccf/ci:<tag>

Pushing a git tag of the form ccf_ci_image/$TAG will trigger the .github/workflows/ci-containers.yml workflow that builds and pushes a new ccfmsrc.azurecr.io/ccf/ci:$TAG-<platform> image.

That image can then be used in CI and CD pipelines.