-
Notifications
You must be signed in to change notification settings - Fork 116
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
Docker.io Cache Registry Credential does not work as expected #779
Comments
Someone willing to take a look into this issue? |
Hi @m-soltani . Thanks for reporting this bug. Even though the credential set status is incorrectly set as unhealthy, you should still be able to pull the image. We are currently working on a fix to report the correct status of the credential set when the rate limit is not present. The fix will be deployed on our next deployment in October. I will provide an update when the fix is deployed. |
Thank you. I will try pulling new image tags to see the pull works as expected. |
Good day @luisdlp! we're seeing the same message as @m-soltani said. How's the fix going on? is there any expected date to deliver it? Thanks!! |
just as a piece of info -- we had the same issue and it's indeed a false positive (the pull works correctly). it's just a bit annoying to see the error and we hope to see that fixed soon as well 😁, but if anyone is holding back the setup of the credentials because they fear the pull through might not work, i can at least confirm that it does. |
We've fixed this issue. ETA for getting the fix deployed to all regions is 11/15. |
thanks for the update! |
hi @luisdlp may I ask if the fix has roll out because we have met the same issue.
|
Unfortunately, all deployments are paused this month. Our new ETA is 12/9. I apologize for the inconvenience this may cause. |
I still see the issue being present, our instance location is EastUS2 |
Seeing the same error here, West Europe region |
Hi @luisdlp, any update about fix deployment? |
please deploy, we need this fix. |
There is nothing wrong with the functionality of the registry cache, it's just that the UI in Azure tells you it's unhealty, at least as long as you have valid credentials set. |
oops, I thought our pull issue from registry was related to this issue here. Thanks for pointing out. |
Hello Everyone, We do have a fix for this UI error. However, our deployments are currently paused. Please rest assured that your credential sets are working the error is a result of a bug we discovered in the Portal UI. My apologies for the confusion and inconvenience. |
I'm also having this issue |
Describe the bug
I have created a credential set as instructed in documentation for docker.io caching rule. The credential is associated with a paid docker plan.
When associating the credential with the cache rule, I receive an error stating that rate limit is not present in header
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Caching rule works as documented
Screenshots
Additional context
Based on docker documentation, authenticated requests from docker paid plans won't contain rate limiting headers in their HEAD or GET requests. I can confirm this:
So, if your implementation expects that rate limit headers are always present in the GET or HEAD requests, I must say that's not the case.
https://docs.docker.com/docker-hub/download-rate-limit/
The text was updated successfully, but these errors were encountered: