I’d like to host my own container images centrally in my network so that I can both cache the images (if dockerhub or similar goes down) but also host my own images that I don’t want public. Anyone doing this?
Gittea and Forgejo both have self hosted container registries.
Does docker, pypi, apt, ansible galaxy, etc. I use it at work as part of our undercloud for OpenStack. It’s the go-to for StackHPC, too.
I use the Nexus free version. You can cache docker registries and other repos like apt/yum/pypi/etc.
It works pretty well, but could be overkill compared to some of the other options.
zot is the newer kid on the block, and a single binary single config file sort of affair.
We’re using a self hosted Nexus instance at work. You probably don’t need all the features it offers, but it does its job really well. For free, too.



