Using a Docker registry as a distributed layer cache for CI
blog.meadsteve.dev
Using a Docker registry as a distributed layer cache for CI
1–9 of 9 posts
Re: Using a Docker registry as a distributed layer cache for CI
#2Re: Using a Docker registry as a distributed layer cache for CI
#3Re: Using a Docker registry as a distributed layer cache for CI
#4It also doesn't go into any of the detail about starting up / configuring the registry, or explaining that running your own version is like running you own private hub.docker.com.
The registry is great! It just doesn't seem to be maintained much anymore, maybe because it's feature complete, or maybe because Docker is trying to sell plans to their "hub".
For anyone else interested in advanced Docker features: check out Docker Swarm (the only way to reasonably run Docker Swarm is to manage your own Docker Registry).
Re: Using a Docker registry as a distributed layer cache for CI
#5Re: Using a Docker registry as a distributed layer cache for CI
#6This article is weirdly vague in the sense they didn't mention the registry is is an official docker container: https://hub.docker.com/_/registry It also doesn't go into any of the detail about starting up / configuring the registry, or explaining that running your own version is like running you own private hub.docker.com. The registry is great! It just doesn't seem to be maintained much anymore, maybe because it's…
Re: Using a Docker registry as a distributed layer cache for CI
#7Re: Using a Docker registry as a distributed layer cache for CI
#8We use it a lot. We also had a lot of issues with an official registry. Now we use https://goharbor.io/
Re: Using a Docker registry as a distributed layer cache for CI
#9This article is weirdly vague in the sense they didn't mention the registry is is an official docker container: https://hub.docker.com/_/registry It also doesn't go into any of the detail about starting up / configuring the registry, or explaining that running your own version is like running you own private hub.docker.com. The registry is great! It just doesn't seem to be maintained much anymore, maybe because it's…
Well I already had a docker registry. I generally just blog the information my past self would have needed a few weeks ago.