CCF Build ImagesΒΆ
CCF build images are produced by running the docker/ccf_ci Docker file and pushed to the GitHub Container Repository. They can be pulled by unauthenticated users:
$ docker pull ghcr.io/microsoft/ccf/ci/default:build-*
Pushing a git tag of the form build/*
will trigger the .github/workflows/ci-containers-ghcr.yml workflow that builds and pushes a new ghcr.io/microsoft/ccf/ci/(default|sgx):build-*
image.
That image can then be used in CI and CD pipelines.