Merge pull request #7038 from pacoxu/registry-change
This commit is contained in:
@@ -367,7 +367,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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user