We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Fast image pulls without rate limit.
Depending on feasibility this could be a public image registry (e.g. https://cloud.google.com/container-registry/docs/pulling-cached-images, if that's accessible) or a registry in Harvester.
The text was updated successfully, but these errors were encountered:
This should be a pull-through docker registry.
Potentially this solution: https://docs.docker.com/registry/recipes/mirror/
Sorry, something went wrong.
Fixed via #9671: use a Docker Hub account instead of installing/maintaining our own image registry.
No branches or pull requests
Is your feature request related to a problem? Please describe
Describe the behavior you'd like
Fast image pulls without rate limit.
Depending on feasibility this could be a public image registry (e.g. https://cloud.google.com/container-registry/docs/pulling-cached-images, if that's accessible) or a registry in Harvester.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: