Bump mirrored-pause to 3.10.2 (#14339) (#14392)

* Bump to 3.10.2

---------

Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
Derek Nola 2026-07-10 14:42:16 -07:00 committed by GitHub
parent 4350867600
commit eb991b23eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View file

@ -159,7 +159,7 @@ var (
Name: "pause-image",
Usage: "(agent/runtime) Customized pause image for containerd or docker sandbox",
Destination: &AgentConfig.PauseImage,
Value: "rancher/mirrored-pause:3.6",
Value: "rancher/mirrored-pause:3.10.2",
}
SnapshotterFlag = &cli.StringFlag{
Name: "snapshotter",

View file

@ -5,4 +5,4 @@ docker.io/rancher/mirrored-coredns-coredns:1.14.4
docker.io/rancher/mirrored-library-busybox:1.37.0
docker.io/rancher/mirrored-library-traefik:3.7.4
docker.io/rancher/mirrored-metrics-server:v0.8.1
docker.io/rancher/mirrored-pause:3.6
docker.io/rancher/mirrored-pause:3.10.2

View file

@ -19,7 +19,7 @@ metadata:
spec:
containers:
- name: volume-test
image: rancher/mirrored-pause:3.6
image: rancher/mirrored-pause:3.10.2
imagePullPolicy: IfNotPresent
volumeMounts:
- name: volv

View file

@ -42,7 +42,7 @@ var _ = Describe("CA Certs Tests", Ordered, func() {
testID = filepath.Base(config.TestDir)
pauseName := fmt.Sprintf("k3s-pause-%s", strings.ToLower(testID))
tlsMount := fmt.Sprintf("--mount type=volume,src=%s,dst=/var/lib/rancher/k3s/server/tls", pauseName)
cmd := fmt.Sprintf("docker run -d --name %s --hostname %s %s rancher/mirrored-pause:3.6",
cmd := fmt.Sprintf("docker run -d --name %s --hostname %s %s rancher/mirrored-pause:3.10.2",
pauseName, pauseName, tlsMount)
_, err = tests.RunCommand(cmd)
Expect(err).NotTo(HaveOccurred())

View file

@ -19,7 +19,7 @@ metadata:
spec:
containers:
- name: volume-test
image: rancher/mirrored-pause:3.6
image: rancher/mirrored-pause:3.10.2
imagePullPolicy: IfNotPresent
volumeMounts:
- name: volv