Earlier quoted context omitted.
It _is_ pronounced "kway", and it _is_ a real word: https://www.merriam-webster.com/dictionary/quay !
Pronounced "key". The main ferry dock in Sydney is called Circular Quay.
Docker Hub Is Down
81–90 of 110 posts
Re: Docker Hub Is Down
#82Anyone 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.
https://github.com/spegel-org/spegel
Re: Docker Hub Is Down
#83Anyone 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
#84Is there a good alternative for DockerHub these days? Besides azure CR
Re: Docker Hub Is Down
#85Re: Docker Hub Is Down
#86Earlier quoted context omitted.
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).
We actually originally pronounced it as "kway" (the American pronunciation we had heard) but then had a saying we'd tell customers (when asked) of "pronounce it however you please, so long as you're happy using it!" :) Source: I co-founded Quay.io
So far, spelling has been our worst issue with Quay!
Re: Docker Hub Is Down
#87Earlier quoted context omitted.
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.
Sure? --pull=missing should be the default.
Re: Docker Hub Is Down
#88Earlier quoted context omitted.
You pull the images you want to use, preferably with some automated process, then push them to your own repo. And anyways use your own repo when pulling for dev/production. It saves you from images disappearing as well.
What do you like using for your own repo? Artifactory? Something else?
Re: Docker Hub Is Down
#89Anyone 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.
Basically it's a k3s configured to use a local mirror and that local mirror is running the Zot registry (https://zotregistry.dev/v2.1.8/). It is configured to automatically expired old images so my local hard drive isn't filled up).
Re: Docker Hub Is Down
#90Exceeded their quota, probably, based on my recent experience with dockerhub