Skip to content

Commit f1db1f8

Browse files
committed
Bump containerd for image rewrite fix
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
1 parent 8d5473d commit f1db1f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ RUN rm -vf /charts/*.sh /charts/*.md /charts/chart_versions.yaml
118118
# must be placed in bin/ of the file image and subdirectories of bin/ will be flattened during installation.
119119
# This means bin/foo/bar will become bin/bar when rke2 installs this to the host
120120
FROM rancher/hardened-kubernetes:v1.31.3-rke2r1-build20241121 AS kubernetes
121-
FROM rancher/hardened-containerd:v1.7.23-k3s1-build20241106 AS containerd
121+
FROM rancher/hardened-containerd:v1.7.23-k3s2-build20241203 AS containerd
122122
FROM rancher/hardened-crictl:v1.31.1-build20241011 AS crictl
123123
FROM rancher/hardened-runc:v1.1.14-build20240910 AS runc
124124

Dockerfile.windows

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN curl -sL https://raw.githubusercontent.com/golangci/golangci-lint/master/ins
3838
WORKDIR /source
3939
# End Dapper stuff
4040

41-
FROM --platform=$BUILDPLATFORM rancher/hardened-containerd:v1.7.23-k3s1-build20241106-amd64-windows AS containerd
41+
FROM --platform=$BUILDPLATFORM rancher/hardened-containerd:v1.7.23-k3s2-build20241203-amd64-windows AS containerd
4242
FROM build as windows-runtime-collect
4343
ARG KUBERNETES_VERSION=dev
4444

0 commit comments

Comments
 (0)