Dockerfile: update containerd binary to v2.2.1 (static binaries and CI only)

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 <pawel.gronowski@docker.com>
This commit is contained in:
Paweł Gronowski
2025-12-18 21:03:03 +01:00
parent 0f0d197d78
commit 8452b64f32

View File

@@ -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 # integration tests. The distributed docker .deb and .rpm packages depend on a
# separate (containerd.io) package, which may be a different version as is # separate (containerd.io) package, which may be a different version as is
# specified here. # 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 RUN git fetch -q --depth 1 origin "${CONTAINERD_VERSION}" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
FROM base AS containerd-build FROM base AS containerd-build