Update Pause image in tests & config
With the introduction of Windows Server 2022, some images have been updated to support WS2022 in their manifest list. This commit updates the test images accordingly. Signed-off-by: Adelina Tuvenie <atuvenie@cloudbasesolutions.com>
This commit is contained in:
@@ -49,7 +49,7 @@ func initImages(imageListFile string) {
|
||||
imageList = ImageList{
|
||||
Alpine: "docker.io/library/alpine:latest",
|
||||
BusyBox: "docker.io/library/busybox:latest",
|
||||
Pause: "k8s.gcr.io/pause:3.5",
|
||||
Pause: "k8s.gcr.io/pause:3.6",
|
||||
ResourceConsumer: "k8s.gcr.io/e2e-test-images/resource-consumer:1.9",
|
||||
VolumeCopyUp: "gcr.io/k8s-cri-containerd/volume-copy-up:2.0",
|
||||
VolumeOwnership: "gcr.io/k8s-cri-containerd/volume-ownership:2.0",
|
||||
|
Reference in New Issue
Block a user