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

ghcr images #629

Closed
webysther opened this issue Jan 7, 2025 · 9 comments
Closed

ghcr images #629

webysther opened this issue Jan 7, 2025 · 9 comments
Labels
type/feature 💡 type/question 🙋 Further information is requested

Comments

@webysther
Copy link

Hi, any chance to push the images to ghcr here also? Will be nice to reduce the daily pull limitation of hub docker.

@gaocegege
Copy link
Member

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.

@gaocegege gaocegege added type/question 🙋 Further information is requested type/feature 💡 labels Jan 8, 2025
@webysther
Copy link
Author

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.

@webysther
Copy link
Author

This is what normally necessay: https://github.com/stonith404/pingvin-share/pull/738/files

@kemingy
Copy link
Member

kemingy commented Jan 8, 2025

@webysther
Copy link
Author

webysther commented Jan 8, 2025

@gaocegege I open a PR only to show what is necessary.

@kashalls
Copy link

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.

@fdw
Copy link

fdw commented Feb 22, 2025

The limits on docker.io have been worsened, so this change would be even more welcome now 🙂

@gaocegege
Copy link
Member

gaocegege commented Feb 23, 2025

Yes, I think so. We should put it in high priority. cc @kemingy

Starting April 1, 2025, all users with a Pro, Team, or Business subscription will have unlimited Docker Hub pulls with fair use. Unauthenticated users and users with a free Personal account have the following pull limits:

Unauthenticated users: 10 pulls/hour
Authenticated users with a free account: 100 pulls/hour

@kemingy
Copy link
Member

kemingy commented Feb 24, 2025

@kemingy kemingy closed this as completed Feb 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature 💡 type/question 🙋 Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants