File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 55# Docker Hub has a rate limit, while ghcr.io doesn't.
66# Those images are pushed to ghcr.io by this job.
77#
8+ # While Docker Hub rate limit *shouldn't* be an issue on GitHub Actions,
9+ # it certainly is for AWS codebuild.
10+ #
811# Note that authenticating to DockerHub or other registries isn't possible
912# for PR jobs, because forks can't access secrets.
1013# That's why we use ghcr.io: it has no rate limit and it doesn't require authentication.
5457 "ubuntu:22.04"
5558 # Mirrored because used by all linux CI jobs, including mingw-check-tidy
5659 "moby/buildkit:buildx-stable-1"
60+ # Mirrored because used when CI is running inside a Docker container
61+ "alpine:3.4"
62+ # Mirrored because used by dist-x86_64-linux
63+ "centos:7"
5764 )
5865
5966 # Mirror each image from DockerHub to ghcr.io
You can’t perform that action at this time.
0 commit comments