Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft: Bump pause image to v3.10 #10786

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading