-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mirror to Docker Hub alternative #26
Comments
Was bit by this as well... we found alternative registries for all our images except this one. |
Don't have any information on this right now. I will post an update here when I have some news. |
Would love to see this as well, was just bit by this. |
+1 on this too. Looks like this is the only viable solution as if you even use a private registry mirror by overwriting the image/registry, if your private registry requires authentication it will fail as you need to patch the service account with the credentials from registry-creds. Only issue with that is, you cannot patch the service account until it exists and it only exists after the image is pulled 😅 Edit: mirror.gcr.io seems to work - not sure if there's rate limiting on this, though. |
@meyskens |
cross post from kubernetes/ingress-nginx#6666
Now that Docker hub has a rate limit in place could it be considered offering a mirror of the images to for example gcr.io or quay,io? I was hit hard by this when installing ingress-nginx which uses your Docker images making the installation of the webhooks hang.
Thanks!
The text was updated successfully, but these errors were encountered: