Skip to content

Commit f75cdf8

Browse files
committed
Bump containerd for go-cni deadlock fix
Signed-off-by: Brad Davidson <[email protected]>
1 parent 8669f0f commit f75cdf8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
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.6-rke2r1-build20250213 AS kubernetes
121-
FROM rancher/hardened-containerd:v2.0.2-k3s1-build20250120 AS containerd
121+
FROM rancher/hardened-containerd:v2.0.2-k3s2-build20250221 AS containerd
122122
FROM rancher/hardened-crictl:v1.31.1-build20250211 AS crictl
123123
FROM rancher/hardened-runc:v1.2.4-build20250109 AS runc
124124

Dockerfile.windows

+1-1
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:v2.0.2-k3s1-build20250120-amd64-windows AS containerd
41+
FROM --platform=$BUILDPLATFORM rancher/hardened-containerd:v2.0.2-k3s2-build20250221-amd64-windows AS containerd
4242
FROM build as windows-runtime-collect
4343
ARG KUBERNETES_VERSION=dev
4444

0 commit comments

Comments
 (0)