▲ | tom1337 3 days ago | ||||||||||||||||||||||
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. | |||||||||||||||||||||||
▲ | cipherself 3 days ago | parent | next [-] | ||||||||||||||||||||||
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. | |||||||||||||||||||||||
| |||||||||||||||||||||||
▲ | tln 3 days ago | parent | prev | next [-] | ||||||||||||||||||||||
You might still have it on your dev box or build box
| |||||||||||||||||||||||
| |||||||||||||||||||||||
▲ | pebble 3 days ago | parent | prev [-] | ||||||||||||||||||||||
This is the way tho this can lead to fun moments like I was just setting up a new cluster and couldn't figure out why I was having problems pulling images when the other clusters were pulling just fine. Took me a while to think of checking the docker hub status page. |