mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-12-01 07:26:05 +07:00
bump containerd to 2.1.3
This commit is contained in:
@@ -122,7 +122,7 @@ RUN eval "$(gimme "${GO_VERSION}")" \
|
|||||||
# stage for building containerd
|
# stage for building containerd
|
||||||
FROM go-build AS build-containerd
|
FROM go-build AS build-containerd
|
||||||
ARG TARGETARCH GO_VERSION
|
ARG TARGETARCH GO_VERSION
|
||||||
ARG CONTAINERD_VERSION="v2.1.1"
|
ARG CONTAINERD_VERSION="v2.1.3"
|
||||||
ARG CONTAINERD_CLONE_URL="https://github.com/containerd/containerd"
|
ARG CONTAINERD_CLONE_URL="https://github.com/containerd/containerd"
|
||||||
# we don't build with optional snapshotters, we never select any of these
|
# we don't build with optional snapshotters, we never select any of these
|
||||||
# they're not ideal inside kind anyhow, and we save some disk space
|
# they're not ideal inside kind anyhow, and we save some disk space
|
||||||
|
|||||||
Reference in New Issue
Block a user