Skip to content
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

ENABLE_MANIFEST_CACHE and HEAD requests to manifests #114

Open
Yannik opened this issue Oct 8, 2021 · 1 comment
Open

ENABLE_MANIFEST_CACHE and HEAD requests to manifests #114

Yannik opened this issue Oct 8, 2021 · 1 comment

Comments

@Yannik
Copy link

Yannik commented Oct 8, 2021

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:
Screenshot from 2021-10-08 23-18-24

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?

@rpardini
Copy link
Owner

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants