-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Check registry config for docker.io
when pulling from registry-1.docker.io
#12053
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
base: main
Are you sure you want to change the base?
Conversation
Hi @brandond. Thanks for your PR. I'm waiting for a containerd member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
ecc582d
to
1a00a00
Compare
…er.io Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
1a00a00
to
c723efa
Compare
CI failures appear to be unrelated but I do not have permission to re-run. |
/ok-to-test |
Adds backports of containerd/containerd#11588 and containerd/containerd#12053 Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Adds backports of containerd/containerd#11588 and containerd/containerd#12053 Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Adds backports of containerd/containerd#11588 and containerd/containerd#12053 Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Adds backports of containerd/containerd#11588 and containerd/containerd#12053 Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Adds backports of containerd/containerd#11588 and containerd/containerd#12053 Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit 0d48c8e) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Adds backports of containerd/containerd#11588 and containerd/containerd#12053 Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit 0d48c8e) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Adds backports of containerd/containerd#11588 and containerd/containerd#12053 Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit 0d48c8e) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Adds backports of containerd/containerd#11588 and containerd/containerd#12053 Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit 0d48c8e) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Adds backports of containerd/containerd#11588 and containerd/containerd#12053 Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit 0d48c8e) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Adds backports of containerd/containerd#11588 and containerd/containerd#12053 Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit 0d48c8e) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Check aliases for docker.io when retrieving credentials from legacy registry config. It is not expected that only config for
registry-1.docker.io
is checked when pulling images fromdocker.io
.registry-1.docker.io
notdocker.io
k3s-io/k3s#12561