Download Latest Version containerd-2.2.0-linux-s390x.tar.gz (34.1 MB)
Email in envelope

Get an email when there's a new version of containerd

Home / api_v1.10.0
Name Modified Size InfoDownloads / Week
Parent folder
containerd API 1.10.0 source code.tar.gz 2025-11-05 11.5 MB
containerd API 1.10.0 source code.zip 2025-11-05 15.9 MB
README.md 2025-11-05 3.2 kB
Totals: 3 Items   27.4 MB 0

Welcome to the api/v1.10.0 release of containerd!

The 11th release for the containerd 1.x API aligns with the containerd 2.2 release.

Highlights

  • Add mount manager

The mount manager is a new service that provides lifecycle management for filesystem mounts to support more advanced use cases, such as: * Device formatting to create formatted filesystems (xfs, ext4) on-demand * Mount activation to prepare devices such as loopbacks or network fileystems * Mount transformation to allow mount arguments to be filled in dynamically from previous mounts * Garbage collection of mounts to ensure temporary mounts are never leaked (#12063)

Image Distribution

  • Parallel Unpack

Adds support for unpacking layers in parallel during pull operations. This feature is supported with overlayfs and EROFS snapshotters. (#12332)

Please try out the release binaries and report any issues at https://github.com/containerd/containerd/issues.

Contributors

  • Derek McGowan
  • Akihiro Suda
  • Henry Wang
  • Phil Estes
  • Wei Fu

Changes

14 commits

* Prepare release notes for api/v1.10.0 ([#12472](https://github.com/containerd/containerd/pull/12472)) * [`69c855bb5`](https://github.com/containerd/containerd/commit/69c855bb54f53311cd5f8854719d8428dd692f96) Prepare release notes for api/v1.10.0 * api/go.mod: golang.org/x/net v0.38.0 ([#12430](https://github.com/containerd/containerd/pull/12430)) * [`4c7b94fce`](https://github.com/containerd/containerd/commit/4c7b94fce7bd19abce9b78538e3218b572f98127) api/go.mod: golang.org/x/net v0.38.0 * Prepare release notes for api/v1.10.0-rc.0 ([#12408](https://github.com/containerd/containerd/pull/12408)) * [`fbc7848f2`](https://github.com/containerd/containerd/commit/fbc7848f2378afa2cf58c868bfcab1467f3ccccd) Prepare release notes for api/v1.10.0-rc.0 * Add parallel unpack support ([#12332](https://github.com/containerd/containerd/pull/12332)) * [`0198b87fc`](https://github.com/containerd/containerd/commit/0198b87fcfb31492c23de83059291efc0f06a1f9) Implement parallel unpack * Prepare release notes for api/v1.10.0-beta.0 ([#12346](https://github.com/containerd/containerd/pull/12346)) * [`aa571f63c`](https://github.com/containerd/containerd/commit/aa571f63c6529d827bfef02956a8db9bee57ab8c) Prepare release notes for api/v1.10.0-beta.0 * Add mount manager ([#12063](https://github.com/containerd/containerd/pull/12063)) * [`8db301086`](https://github.com/containerd/containerd/commit/8db3010865ae9926aed6c5e476a7c6b2413b44d5) Add mounts api service * [`67fbf9db9`](https://github.com/containerd/containerd/commit/67fbf9db9cbf6ae83df58d18a19f32b28ebc0017) Generate and vendor proto changes * [`c5097ac63`](https://github.com/containerd/containerd/commit/c5097ac63fd704213c507a2b712fa2db7744090b) Add mount manager to protobuf services and types

Dependency Changes

Previous release can be found at api/v1.9.0

Source: README.md, updated 2025-11-05