Docker Hub Is Down
71–80 of 110 posts
Re: Docker Hub Is Down
#72Anyone have recommendations for an image cache? Native kubernetes a plus. What would be really nice is a system with mutating admission webhooks for pods which kicks off a job to mirror the image to a local registry and then replaces the image reference with the mirrored location.
Re: Docker Hub Is Down
#73Re: Docker Hub Is Down
#74This is one of the reasons I don't want to use docker on production machines and have started to use systemd again!!
Re: Docker Hub Is Down
#75Github actions buildx also going down is a really unintended consequence. It would be great if we could mirror away from docker entirely at this point but I digress.
https://hub.docker.com/_/registry
Your git provider probably also has a container registry service built in.
Re: Docker Hub Is Down
#76Earlier quoted context omitted.
I guess the best way would be to have a self-hosted pull-through registry with a cache. This way you'd have all required images ready even when dockerhub is offline. Unfortunately that does not help in an outage because you cannot fill the cache now.
In the case where you still have an image locally, trying to build will fail with an error complaining about not being able to load metadata for the image because a HEAD request failed. So, the real question is, why isn't there a way to disable the HEAD request for loading metadata for images? Perhaps there's a way and I don't know it.
Re: Docker Hub Is Down
#77Anyone have recommendations for an image cache? Native kubernetes a plus. What would be really nice is a system with mutating admission webhooks for pods which kicks off a job to mirror the image to a local registry and then replaces the image reference with the mirrored location.
Re: Docker Hub Is Down
#78Earlier quoted context omitted.
It _is_ pronounced "kway", and it _is_ a real word: https://www.merriam-webster.com/dictionary/quay !
It's pronounced keɪ (from your link - The spelling quay, first appearing in the sixteenth century, follows modern French. As noted by the Oxford English Dictionary, third edition, the expected outcome of Middle English keye would be /keɪ/ in Modern English ). Or key (with modern spelling).
Source: I co-founded Quay.io
Re: Docker Hub Is Down
#79Anyone have recommendations for an image cache? Native kubernetes a plus. What would be really nice is a system with mutating admission webhooks for pods which kicks off a job to mirror the image to a local registry and then replaces the image reference with the mirrored location.
We do a local (well, internal) mirror for "all" these things. So, we're basically never stuck. It mirrors our CPAN, NPM, Composer, Docker and other of these web-repos. Helps on the CI tooling as well.
Re: Docker Hub Is Down
#80Earlier quoted context omitted.
Or start a pronunciation revolution and say "kway". It's all made up anyway ;-)
It _is_ pronounced "kway", and it _is_ a real word: https://www.merriam-webster.com/dictionary/quay !