Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Setting up a Docker registry mirror to workaround Dockerhub rate limits (warpbuild.com)
1 point by suryao on April 22, 2024 | hide | past | favorite | 3 comments


That's a lot of infra to get this setup.

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.


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




Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: