Hacker News new | ask | show | jobs
by hdjjhhvvhga 1271 days ago
How often do you synchronize them with the Docker Hub?
2 comments

If it's an important image part of prod, they're pinned to a specific version anyway and get upgraded like software dependencies after testing about once a week. If it's a utility image (e.g. for the cloud dev environment), there's a periodic job that checks for updates every hour because no one would care enough to update manually.
You can configure Docker's reference registry software as a pull through cache https://docs.docker.com/registry/recipes/mirror/

I think other container registry's like Artifactory also support pull through