Merge pull request #52427 from thaJeztah/bump_containerd_2.3

Dockerfile: update to containerd v2.3.2
This commit is contained in:
Sebastiaan van Stijn
2026-06-23 08:56:14 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -142,7 +142,7 @@ WORKDIR /usr/src/containerd
# It is used to build containerd binaries, and used for the integration tests.
# The distributed docker .deb and .rpm packages depend on a separate (containerd.io)
# package, which may be a different version than specified here.
ARG CONTAINERD_VERSION=v2.2.5
ARG CONTAINERD_VERSION=v2.3.2
ADD https://github.com/containerd/containerd.git?ref=${CONTAINERD_VERSION}&keep-git-dir=1 .
FROM base AS containerd-build

View File

@@ -170,7 +170,7 @@ ARG GOTESTSUM_VERSION=v1.13.0
ARG GOWINRES_VERSION=v0.3.3
# CONTAINERD_VERSION is the version of containerd to use for CI.
ARG CONTAINERD_VERSION=v2.2.5
ARG CONTAINERD_VERSION=v2.3.2
# Environment variable notes:
# - GO_VERSION must be consistent with 'Dockerfile' used by Linux.