File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 5
5
# Docker Hub has a rate limit, while ghcr.io doesn't.
6
6
# Those images are pushed to ghcr.io by this job.
7
7
#
8
+ # While Docker Hub rate limit *shouldn't* be an issue on GitHub Actions,
9
+ # it certainly is for AWS codebuild.
10
+ #
8
11
# Note that authenticating to DockerHub or other registries isn't possible
9
12
# for PR jobs, because forks can't access secrets.
10
13
# That's why we use ghcr.io: it has no rate limit and it doesn't require authentication.
54
57
"ubuntu:22.04"
55
58
# Mirrored because used by all linux CI jobs, including mingw-check-tidy
56
59
"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"
57
64
)
58
65
59
66
# Mirror each image from DockerHub to ghcr.io
You can’t perform that action at this time.
0 commit comments