Almost all of them. Forgejo handles containers already for example
Comment on Docker Hub limiting unauthenticated users to 10 pulls per hour
dangling_cat@lemmy.blahaj.zone 1 year ago
Is there a project that acts like a registry? It can proxy the request with TTL, and you can push images to it too?
scrubbles@poptalk.scrubbles.tech 1 year ago
beeng@discuss.tchncs.de 1 year ago
Pull through Cache / proxy is what you’re looking for.
robador51@lemmy.ml 1 year ago
How? I was looking for this (although not very thoroughly)
renegadespork@lemmy.jelliefrontier.net 1 year ago
I think most self-hosted Git+CI/CD platforms have container registry as a feature, but I’m not aware of a service that is just a standalone registry.
tofuwabohu@slrpnk.net 1 year ago
It’s easy to oversee because of the generic name, but this is pretty much that: hub.docker.com/_/registry
heavydust@sh.itjust.works 1 year ago
Artifactory is mandatory in some industries because it will keep all the versions of the images forever so that you can build your projects reliably without an internet connction.