Skip to content

Commit

Permalink
Bump pause image
Browse files Browse the repository at this point in the history
  • Loading branch information
harsimranmaan committed Aug 30, 2024
1 parent fa6940d commit 3d646f7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pkg/cli/cmds/const_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
package cmds

const (
DefaultPauseImage = "rancher/mirrored-pause:3.6"
DefaultPauseImage = "rancher/mirrored-pause:3.10"
DefaultSnapshotter = "overlayfs"
)
2 changes: 1 addition & 1 deletion scripts/airgap/image-list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ docker.io/rancher/mirrored-coredns-coredns:1.11.3
docker.io/rancher/mirrored-library-busybox:1.36.1
docker.io/rancher/mirrored-library-traefik:2.11.8
docker.io/rancher/mirrored-metrics-server:v0.7.2
docker.io/rancher/mirrored-pause:3.6
docker.io/rancher/mirrored-pause:3.10
2 changes: 1 addition & 1 deletion scripts/airgap/volume-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ metadata:
spec:
containers:
- name: volume-test
image: rancher/mirrored-pause:3.6
image: rancher/mirrored-pause:3.10
imagePullPolicy: IfNotPresent
volumeMounts:
- name: volv
Expand Down
2 changes: 1 addition & 1 deletion tests/docker/test-run-cacerts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cluster-pre-hook() {
-d --name $name \
--hostname $name \
${SERVER_DOCKER_ARGS} \
rancher/mirrored-pause:3.6 \
rancher/mirrored-pause:3.10 \
>/dev/null

DATA_DIR="$TEST_DIR/pause/0/k3s" ./contrib/util/generate-custom-ca-certs.sh
Expand Down
2 changes: 1 addition & 1 deletion tests/docker/test-run-hardened
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ cluster-pre-hook() {
-d --name $name \
--hostname $name \
${SERVER_DOCKER_ARGS} \
rancher/mirrored-pause:3.6 \
rancher/mirrored-pause:3.10 \
>/dev/null

docker cp scripts/hardened/cluster-level-pss.yaml $name:/opt/rancher/k3s/cluster-level-pss.yaml
Expand Down

0 comments on commit 3d646f7

Please sign in to comment.