Skip to content

Commit 05fd094

Browse files
authored
Merge pull request #3937 from BenTheElder/ctr211
upgrade containerd to 2.1.1
2 parents 9eb6105 + d4708af commit 05fd094

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

images/base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ RUN eval "$(gimme "${GO_VERSION}")" \
122122
# stage for building containerd
123123
FROM go-build AS build-containerd
124124
ARG TARGETARCH GO_VERSION
125-
ARG CONTAINERD_VERSION="v2.1.0"
125+
ARG CONTAINERD_VERSION="v2.1.1"
126126
ARG CONTAINERD_CLONE_URL="https://github.com/containerd/containerd"
127127
# we don't build with optional snapshotters, we never select any of these
128128
# they're not ideal inside kind anyhow, and we save some disk space

pkg/apis/config/defaults/image.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ limitations under the License.
1818
package defaults
1919

2020
// Image is the default for the Config.Image field, aka the default node image.
21-
const Image = "kindest/node:v1.33.1@sha256:8d866994839cd096b3590681c55a6fa4a071fdaf33be7b9660e5697d2ed13002"
21+
const Image = "kindest/node:v1.33.1@sha256:050072256b9a903bd914c0b2866828150cb229cea0efe5892e2b644d5dd3b34f"

pkg/build/nodeimage/defaults.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ const DefaultImage = "kindest/node:latest"
2222
// DefaultBaseImage is the default base image used
2323
// TODO: come up with a reasonable solution to digest pinning
2424
// https://github.com/moby/moby/issues/43188
25-
const DefaultBaseImage = "docker.io/kindest/base:v20250512-ceffaf4e"
25+
const DefaultBaseImage = "docker.io/kindest/base:v20250521-31a79fd4"

0 commit comments

Comments
 (0)