-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
chore: use TOML config with buildx to avoid DockerHub rate limits #2002
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: use TOML config with buildx to avoid DockerHub rate limits #2002
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, focus the PR on the described change. If you see things to be improved, send a distinct PR which states the reason of the change.
Right now it is +180 -173. It is an insane amount of unrelated changes
This comment was marked as resolved.
This comment was marked as resolved.
4a49ff1
to
a290a2a
Compare
Extracted in #2003 🙂 |
a290a2a
to
6acbf56
Compare
This comment was marked as resolved.
This comment was marked as resolved.
Looks good! Can you fix the conflicts though? |
…o-avoid-docker-rate-limit
Done. |
Co-authored-by: Damien Duportal <[email protected]>
LGTM! Many thanks! |
This PR uses TOM config with buildx if executed on CI and if
/etc/buildkitd.toml
file exists to use registry mirrors.Pipeline reformated as there were a mix of tabs and spaces rendering the indentation less readable.(Review with whitespace hidden: https://github.com/jenkinsci/docker/pull/2002/files?diff=unified&w=1)(Extracted in #2003)
Similar to:
Ref:
docker-container
jenkins-infra/helpdesk#4585 (comment)Testing done
make docker-init
+ CISubmitter checklist