-
Notifications
You must be signed in to change notification settings - Fork 625
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
Add support for mirrors #668
Comments
@AkihiroSuda Looking at the code, it does'nt support: #$ sudo cat /etc/containerd/certs.d/quay.io/hosts.toml
# server = "https://quay.io"
[host."https://gitlab-registry.k8s.example.org/v2/external-registries/quay.io"]
capabilities = ["pull", "resolve"]
override_path = true Does it? |
Implemented in PR #642 , but not merged yet (And mirroring is not tested yet) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
containerd
can use mirrors., but as the FAQ tells:How to configure registry mirrors in nerdctl?
( Triggered by kubernetes-sigs/kubespray#8375).
(NB: this is similar to older issue #199)
The text was updated successfully, but these errors were encountered: