来源: https://github.com/containerd/containerd/releases/tag/v2.1.3
containerd/containerd v2.1.3 Release Notes
Published at: 2025-06-19T22:39:33Z
Welcome to the v2.1.3 release of containerd!
The third patch release for containerd 2.1 contains various fixes and updates to address pull issues with some registries.
Highlights
Image Distribution
- Fix multipart fetch issue when the server does not return content length (#12003)
- Update transfer service supported platforms logic (#11999)
- Fix import for local transfer service (#12000)
- Fix registry errors with transfer service (#11979)
- Fix fetch always adding range to requests (#12001)
- Update fetcher errors to include full registry error (#11997)
Please try out the release binaries and report any issues at https://github.com/containerd/containerd/issues.
Contributors
- Derek McGowan
- Phil Estes
- Adrien Delorme
Changes
15 commits
- Prepare release notes for v2.1.3 (#12002)
627729341Prepare release notes for v2.1.3
- Fix multipart fetch issue when the server does not return content length (#12003)
7636bd5ebfix when multipart fetching and the server does not return content length
- Update transfer service supported platforms logic (#11999)
3c5ede878Update transfer supported platforms logic
- Fix import for local transfer service (#12000)
fb752bc8efix import for local transfer service
- Fix registry errors with transfer service (#11979)
- Fix fetch always adding range to requests (#12001)
babacebadFix fetch always adding range to requests
- Update fetcher errors to include full registry error (#11997)
f30be44adUpdate fetcher errors to include full registry error
Dependency Changes
This release has no dependency changes
Previous release can be found at v2.1.2
Which file should I download?
containerd-<VERSION>-<OS>-<ARCH>.tar.gz: ✅Recommended. Dynamically linked with glibc 2.35 (Ubuntu 22.04).containerd-static-<VERSION>-<OS>-<ARCH>.tar.gz: Statically linked. Expected to be used on Linux distributions that do not use glibc >= 2.35. Not position-independent.
In addition to containerd, typically you will have to install runc and CNI plugins from their official sites too.
See also the Getting Started documentation.