update pause image to 3.10
Signed-off-by: bzsuni <bingzhe.sun@daocloud.io>
This commit is contained in:
3
integration/client/testdata/default-1.6.toml
vendored
3
integration/client/testdata/default-1.6.toml
vendored
@@ -62,8 +62,7 @@ version = 2
|
||||
netns_mounts_under_state_dir = false
|
||||
restrict_oom_score_adj = false
|
||||
# Default image update in latest
|
||||
#sandbox_image = "registry.k8s.io/pause:3.6"
|
||||
sandbox_image = "registry.k8s.io/pause:3.9"
|
||||
sandbox_image = "registry.k8s.io/pause:3.10"
|
||||
selinux_category_range = 1024
|
||||
stats_collect_period = 10
|
||||
stream_idle_timeout = "4h0m0s"
|
||||
|
||||
2
integration/client/testdata/default-1.7.toml
vendored
2
integration/client/testdata/default-1.7.toml
vendored
@@ -69,7 +69,7 @@ version = 2
|
||||
restrict_oom_score_adj = false
|
||||
# Updated in latest
|
||||
#sandbox_image = "registry.k8s.io/pause:3.8"
|
||||
sandbox_image = "registry.k8s.io/pause:3.9"
|
||||
sandbox_image = "registry.k8s.io/pause:3.10"
|
||||
selinux_category_range = 1024
|
||||
stats_collect_period = 10
|
||||
stream_idle_timeout = "4h0m0s"
|
||||
|
||||
@@ -51,7 +51,7 @@ func initImages(imageListFile string) {
|
||||
imageList = ImageList{
|
||||
Alpine: "ghcr.io/containerd/alpine:3.14.0",
|
||||
BusyBox: "ghcr.io/containerd/busybox:1.36",
|
||||
Pause: "registry.k8s.io/pause:3.9",
|
||||
Pause: "registry.k8s.io/pause:3.10",
|
||||
ResourceConsumer: "registry.k8s.io/e2e-test-images/resource-consumer:1.10",
|
||||
VolumeCopyUp: "ghcr.io/containerd/volume-copy-up:2.2",
|
||||
VolumeOwnership: "ghcr.io/containerd/volume-ownership:2.1",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
alpine = "docker.io/library/alpine:latest"
|
||||
busybox = "docker.io/library/busybox:latest"
|
||||
pause = "registry.k8s.io/pause:3.9"
|
||||
pause = "registry.k8s.io/pause:3.10"
|
||||
VolumeCopyUp = "ghcr.io/containerd/volume-copy-up:2.1"
|
||||
VolumeOwnership = "ghcr.io/containerd/volume-ownership:2.1"
|
||||
ArgsEscaped = "cplatpublic.azurecr.io/args-escaped-test-image-ns:1.0"
|
||||
|
||||
Reference in New Issue
Block a user