-
Notifications
You must be signed in to change notification settings - Fork 75
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
ghcr images #629
Comments
Hi, is a limit of 100 images per 6-hour window for anonymous users still insufficient? Adding support for GHCR will lead to higher maintenance costs. |
public docker images on github is free, the limit is because I use lots of images and last 4 years about 80% naturally moved to ghcr.io because is normally 5 extra lines on github actions, I started creating a issue as a friendly to help this to reach almost 100%. Only this week 5 projects started the support, I think this project deserve become one of. |
This is what normally necessay: https://github.com/stonith404/pingvin-share/pull/738/files |
@gaocegege I open a PR only to show what is necessary. |
It's super easy to hit the rate limit when it comes to pulling from docker hub, especially unauthenticated. Some solutions to getting around this is to use spegel to cache images where possible, pre-pull image updates into the cache (using renovate and github actions) and avoiding the use of docker hub when possible. I'd appreciate if I had an alternative registry to pull from. I also would be willing to create an actual PR if needed. |
The limits on docker.io have been worsened, so this change would be even more welcome now 🙂 |
Yes, I think so. We should put it in high priority. cc @kemingy
|
Hi, any chance to push the images to ghcr here also? Will be nice to reduce the daily pull limitation of hub docker.
The text was updated successfully, but these errors were encountered: