How to update the build image
The build image currently can only be updated by a Cortex maintainer. If you’re not a maintainer you can still open a PR with the changes, asking a maintainer to assist you publishing the updated image. The procedure is:
- Update
build-image/Docker
- Build the image running
make build-image/.uptodate
- Publish the image to the repository running
docker push quay.io/cortexproject/build-image:TAG
(this can only be done by a maintainer) - Replace the image tag in
.github/workflows/*
(there may be multiple references) - Open a PR and make sure the CI with new build-image passes