Bump containerd to 1.7.15

Avoid the regression on exec https://github.com/containerd/containerd/pull/10039
This commit is contained in:
Antonio Ojea
2024-04-05 17:52:51 +02:00
committed by GitHub
parent 506824abbd
commit 9228b09c3f

View File

@@ -122,7 +122,7 @@ RUN eval "$(gimme "${GO_VERSION}")" \
# stage for building containerd
FROM go-build as build-containerd
ARG TARGETARCH GO_VERSION
ARG CONTAINERD_VERSION="v1.7.14"
ARG CONTAINERD_VERSION="v1.7.15"
ARG CONTAINERD_CLONE_URL="https://github.com/containerd/containerd"
# 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