-
Notifications
You must be signed in to change notification settings - Fork 39
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
Official image pulls are being rate-limited (nginx, busybox, traefik) #2414
Comments
Hi @rfay indeed something was wrong and we are sorry for the inconvenience 🙁 |
Thank you very much! |
@benja-M-1 I am stil seeing For context, this is within github actions where (I believe) I don't have the ability to log in and reduce the rate limiting |
@zachkirsch it is most likely not related to the issue we had. Regarding authenticating within a GitHub Action you can use that action https://github.com/docker/login-action?tab=readme-ov-file#docker-hub. |
ah cool thanks @benja-M-1 ! |
But... you shouldn't need to authenticate on an official image either. |
This is still happening. |
Which part is still happening? Official images are subject to rate limiting, but the specific issue happening from GHA was resolved. Can you be more specific where you are seeing an issue? |
I can confirm that I saw the issue several days ago and it was quickly resolved in my own GHA job. |
It started to happen to us also.,
we use Github Actions for our CI-CD and always used anonymous docker login to pull the official images. is there a concrete issue now that causing this? trying to understand if we should switch to authenticated user everywhere. |
Do you explicitly pull By default, credentials are saved & used by domain name -> if you do a Github Actions workers are usually exempt from rate limits, but things like 👆 can cause the mechanism to fail. |
Just to check, are you suggesting we should pull We are suddenly seeing these today (we didn't last month). Granted, |
Just got hit by this with postgres while on self hosted runners. We are using the official docs https://docs.github.com/en/actions/use-cases-and-examples/using-containerized-services/creating-postgresql-service-containers
The mentioned docs do not cover how to point to a non Docker hub image. Trying this now. |
Yes, the thinking is that this should help it. Also for clarity - Docker Official Images are not exempt from rate limits. |
Yeah, still happening with just a single image pulled |
Follow up, in our case we use Ubicloud and they were on top of the problem: ubicloud/ubicloud#2244 (reply in thread) |
Our DDEV builds on github are showing rate-limiting failures on official images like
nginx
,traefik
, andbusybox
. It seems like something has gone wrong with the dockerhub rate-limiting today?I hope you can fix that. I think "official images" and "DSOS images" should not be having this problem, right? And of course, rate-limiting from Github Actions runners is a serious problem for the world, because all those IP addresses are used by so many of us.
The text was updated successfully, but these errors were encountered: