Setting up a Docker registry mirror to workaround Dockerhub rate limits(warpbuild.com)
warpbuild.com
Setting up a Docker registry mirror to workaround Dockerhub rate limits
https://www.warpbuild.com/blog/docker-mirror-setup
3 comments
Thanks for checking out the content!
A fixed set of images makes sense for many cases. However, for cases where maintaining images from a specific list is infeasible, a mirror is a good way to go about this. Another issue is going to be image updates / maintenance though this can be worked around nicely using a pull-through cache when there is internal control.
We get that control of images and versions through our git workflow and it also ensures wide consistency
Simple and minimal is nice
Simple and minimal is nice
What we do instead is use a python script and a yaml file to mirror a defined set of images into our cloud managed registry (GCR/GAR). Internal images can only FROM images we host.