Self-hosted Private Registry
A private container registry with a web UI, authentication, and a weekly garbage-collection routine that uses a read-only maintenance window.
Why run your own registry
The CI runner builds images; they have to live somewhere the cluster can pull them. You could pus...
The stack
Two containers, run with Docker Compose, plus a sprinkle of auth: Registry-Server (10.100.100.6) ...
Garbage collection without races
Registries accumulate cruft. Delete an image tag and the underlying data blobs don't vanish — the...
Lessons on the registry
Self-hosting closes the supply chain. Everything the cluster runs was built and stored by you. I...