docker 29.8.1
v29.8.1
29.8.1
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
Bug fixes and enhancements
- containerd image store: Fix
docker loadleaving dangling images after loading an image that already exists. moby/moby#53595 - Fix managed containerd logging a CRI pod-sandbox plugin dependency warning during startup. moby/moby#53585
- Fix user-namespace detection on OpenVZ, where namespace inode numbers are virtualized. moby/moby#53605
- Windows: Preserve hard links when committing a container, so a file with multiple names is stored once in the resulting image layer instead of once per name. moby/moby#53624
Packaging updates
- Update containerd (static binaries) to v2.3.5. moby/moby#53589
Networking
- Fix
GET /networksreturning a 500 status if an invalid 'type' filter was provided. moby/moby#53678