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.
Comment on Docker Hub limiting unauthenticated users to 10 pulls per hour
dangling_cat@lemmy.blahaj.zone 1 day 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?
heavydust@sh.itjust.works 23 hours ago
renegadespork@lemmy.jelliefrontier.net 1 day 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 day ago
It’s easy to oversee because of the generic name, but this is pretty much that: hub.docker.com/_/registry
scrubbles@poptalk.scrubbles.tech 1 day ago
Almost all of them. Forgejo handles containers already for example
robador51@lemmy.ml 23 hours ago
How? I was looking for this (although not very thoroughly)
beeng@discuss.tchncs.de 22 hours ago
Pull through Cache / proxy is what you’re looking for.