Skip to content

Conversation

@tonistiigi
Copy link
Member

@tonistiigi tonistiigi commented Dec 11, 2025

These are the changes I made to resolver when working on docker/buildx#3562

Initially, I thought I needed to track tokens for different HTTP methods and added support for that in the Resolver. Eventually, I realized that because the readonly requests made by pusher are HEAD requests that don't count against rate-limiting, this extra complexity is not needed. I reverted that part, but I think the general refactors I made are still useful and improve the codebase. No functional changes in this PR and docker/buildx#3562 does not require specific daemon-side updates.

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
@tonistiigi tonistiigi merged commit 62dcb52 into moby:master Dec 15, 2025
216 of 219 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants