We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
since docker 20.10, when doing docker pull for an existing image, a HEAD request is done by default, thus not counting against the rate limit:
docker pull
You can also confirm this by doing multiple docker pulls for the same image and checking your rate limit count.
Can you explain a bit more how the ENABLE_MANIFEST_CACHE option handles this?
ENABLE_MANIFEST_CACHE
Does it also cache HEAD requests?
The text was updated successfully, but these errors were encountered:
Hi, do a search on the issues: https://github.com/rpardini/docker-registry-proxy/search?q=HEAD+GET&type=issues I haven't been able to actually work on this, there's tons of PRs pending. Hopefully soon!
Sorry, something went wrong.
No branches or pull requests
Hi,
since docker 20.10, when doing
docker pull
for an existing image, a HEAD request is done by default, thus not counting against the rate limit:You can also confirm this by doing multiple docker pulls for the same image and checking your rate limit count.
Can you explain a bit more how the
ENABLE_MANIFEST_CACHE
option handles this?Does it also cache HEAD requests?
The text was updated successfully, but these errors were encountered: