Catalog / Moby

docker 29.1.2

v29.1.2

9 months agosecurityfixedchangedOriginal notes

29.1.2

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Security

Bug fixes and enhancements

  • containerd image store: Fix docker image inspect failing to return available image data in case where not all distributable blobs are available locally. moby/moby#51629
  • dockerd-rootless-setuptool.sh: fix nsenter: no namespace specified. moby/moby#51622
  • Fix docker system df showing N/A for shared size and unique size when using graph-drivers as storage. moby/moby#51631

Packaging updates

Networking

  • Fix a bug preventing port mappings in rootless mode when slirp4netns is used. moby/moby#51616
  • Prevent a crash when making an API request with HostConfig.PublishAllPorts set (-P), and no port bindings. moby/moby#51621