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 2 months 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 2 months ago
renegadespork@lemmy.jelliefrontier.net 2 months 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 2 months 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 2 months ago
Almost all of them. Forgejo handles containers already for example
robador51@lemmy.ml 2 months ago
How? I was looking for this (although not very thoroughly)
beeng@discuss.tchncs.de 2 months ago
Pull through Cache / proxy is what you’re looking for.