From 8452b64f3296ea42571494fc09fb03268a2139c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Thu, 18 Dec 2025 21:03:03 +0100 Subject: [PATCH] Dockerfile: update containerd binary to v2.2.1 (static binaries and CI only) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update the containerd binary that's used in CI and static binaries - full diff: https://github.com/containerd/containerd/compare/v2.2.0...v2.2.1 - release notes: https://github.com/containerd/containerd/releases/tag/v2.2.1 ```markdown changelog Update containerd (static binaries only) to [v2.2.1](https://github.com/containerd/containerd/releases/tag/v2.2.1) ``` Signed-off-by: Paweł Gronowski --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e57799ceef..15d23e836a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -147,7 +147,7 @@ RUN git init . && git remote add origin "https://github.com/containerd/container # integration tests. The distributed docker .deb and .rpm packages depend on a # separate (containerd.io) package, which may be a different version as is # specified here. -ARG CONTAINERD_VERSION=v2.2.0 +ARG CONTAINERD_VERSION=v2.2.1 RUN git fetch -q --depth 1 origin "${CONTAINERD_VERSION}" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD FROM base AS containerd-build