Browse code

Dockerfile: update containerd binary to v2.2.4

release notes: https://github.com/containerd/containerd/releases/tag/v2.2.4
full diff: https://github.com/containerd/containerd/compare/v2.2.3...v2.2.4

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2026/05/22 08:19:37
Showing 2 changed files
... ...
@@ -142,7 +142,7 @@ WORKDIR /usr/src/containerd
142 142
 # It is used to build containerd binaries, and used for the integration tests.
143 143
 # The distributed docker .deb and .rpm packages depend on a separate (containerd.io)
144 144
 # package, which may be a different version than specified here.
145
-ARG CONTAINERD_VERSION=v2.2.3
145
+ARG CONTAINERD_VERSION=v2.2.4
146 146
 ADD https://github.com/containerd/containerd.git?ref=${CONTAINERD_VERSION}&keep-git-dir=1 .
147 147
 
148 148
 FROM base AS containerd-build
... ...
@@ -170,7 +170,7 @@ ARG GOTESTSUM_VERSION=v1.13.0
170 170
 ARG GOWINRES_VERSION=v0.3.3
171 171
 
172 172
 # CONTAINERD_VERSION is the version of containerd to use for CI.
173
-ARG CONTAINERD_VERSION=v2.2.3
173
+ARG CONTAINERD_VERSION=v2.2.4
174 174
 
175 175
 # Environment variable notes:
176 176
 #  - GO_VERSION must be consistent with 'Dockerfile' used by Linux.