File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -51,12 +51,12 @@ type listPtr = *list
51
51
const (
52
52
listImageName = "foo"
53
53
54
- otherListImage = "docker://k8s.gcr .io/pause:3.1"
54
+ otherListImage = "docker://registry.k8s .io/pause:3.1"
55
55
otherListDigest = "sha256:f78411e19d84a252e53bff71a4407a5686c46983a2c2eeed83929b888179acea"
56
56
otherListAmd64Digest = "sha256:59eec8837a4d942cc19a52b8c09ea75121acc38114a2c68b98983ce9356b8610"
57
57
otherListArm64Digest = "sha256:f365626a556e58189fc21d099fc64603db0f440bff07f77c740989515c544a39"
58
58
otherListPpc64Digest = "sha256:bcf9771c0b505e68c65440474179592ffdfa98790eb54ffbf129969c5e429990"
59
- otherListInstanceDigest = "docker://k8s.gcr .io/pause@sha256:f365626a556e58189fc21d099fc64603db0f440bff07f77c740989515c544a39"
59
+ otherListInstanceDigest = "docker://registry.k8s .io/pause@sha256:f365626a556e58189fc21d099fc64603db0f440bff07f77c740989515c544a39"
60
60
)
61
61
62
62
func TestSaveLoad (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -334,7 +334,7 @@ image_copy_tmp_dir="storage"`
334
334
gomega .Expect (defaultConfig .Engine .NetworkCmdOptions .Get ()).To (gomega .BeEmpty ())
335
335
gomega .Expect (defaultConfig .Engine .HelperBinariesDir .Get ()).To (gomega .Equal (helperDirs ))
336
336
gomega .Expect (defaultConfig .Engine .ServiceTimeout ).To (gomega .BeEquivalentTo (300 ))
337
- gomega .Expect (defaultConfig .Engine .InfraImage ).To (gomega .BeEquivalentTo ("k8s.gcr .io/pause:3.4.1" ))
337
+ gomega .Expect (defaultConfig .Engine .InfraImage ).To (gomega .BeEquivalentTo ("registry.k8s .io/pause:3.4.1" ))
338
338
gomega .Expect (defaultConfig .Engine .PodmanshTimeout ).To (gomega .BeEquivalentTo (300 ))
339
339
gomega .Expect (defaultConfig .Machine .Volumes .Get ()).To (gomega .BeEquivalentTo (volumes ))
340
340
gomega .Expect (defaultConfig .Podmansh .Timeout ).To (gomega .BeEquivalentTo (42 ))
Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ hooks_dir = [
231
231
# cdi_spec_dirs = [ "/etc/cdi" ]
232
232
233
233
# Default infra (pause) image name for pod infra containers
234
- infra_image = "k8s.gcr .io/pause:3.4.1"
234
+ infra_image = "registry.k8s .io/pause:3.4.1"
235
235
236
236
# Default command to run the infra container
237
237
infra_command = "/pause"
You can’t perform that action at this time.
0 commit comments