migrate from k8s.gcr.io to registry.k8s.io

Signed-off-by: Paco Xu <paco.xu@daocloud.io>
This commit is contained in:
Paco Xu
2022-06-09 16:14:10 +08:00
parent 542e4b219d
commit 9525b3148a
11 changed files with 25 additions and 25 deletions

View File

@@ -384,7 +384,7 @@ func TestImagePullSomePlatforms(t *testing.T) {
// Note: Must be different to the image used in TestImagePullAllPlatforms
// or it will see the content pulled by that, and fail.
img, err := client.Fetch(ctx, "k8s.gcr.io/e2e-test-images/busybox:1.29-2", opts...)
img, err := client.Fetch(ctx, "registry.k8s.io/e2e-test-images/busybox:1.29-2", opts...)
if err != nil {
t.Fatal(err)
}