Hacker News new | ask | show | jobs
by rcarmo 487 days ago
Most of the OSS projects I use seem to either have moved to the GitHub container registry or some other (smaller) equivalent. Some have even set up their own registries behind Cloudflare.
2 comments

One of the first things I did was move to Quay.io which is unlimited everything for OSS projects. I was reaching a point where I had 1M+ pulls a month (I suspect some kind of DDoS, accidental or otherwise, for a project with just 1.7k stars) - and not having to even think about the bandwidth or anything was wonderful. It's nice to be supported by Red Hat which I generally consider more benevolent towards OSS as opposed to Docker Hub.
Are you worried that Quay will be less generous in the future, similar to the changes at Docker hub?
Nope, just validating the "OSS projects moving to other equivalents" - though it's always a concern!
Does GitHub's container registry still require authentication for pulls?
No, I wasn't aware it ever had.
As far as I know, only Github Packages requires authentication for downloads, but that's a separate thing to Github container registry
Still? It never did unless it was a private repo, I think.