Catalog / Moby

docker 29.0.1

v29.0.1

10 months agofixedOriginal notes

29.0.1

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

Bug fixes and enhancements

  • docker image ls no longer truncates the name width when output is redirect (e.g. for grep). docker/cli#6656
  • docker image ls now considers the NO_COLOR environment variable for choosing the colored output. docker/cli#6654
  • containerd image store: Fix a bug causing docker build to ignore the explicitly set unpack image exporter option. moby/moby#51514
  • Fix a bug causing docker image ls --all to not show untagged/dangling images. docker/cli#6657
  • Fix build on i386. moby/moby#51528
  • Fix explicit graphdriver configuration ("storage-driver") being treated as containerd snapshotter when prior graphdriver state exists. moby/moby#51516
  • Fix output format of the ApiVersion and MinApiVersion fields in docker version --format=json to align with previous versions. docker/cli#6648

Networking

  • Fix a bug preventing DNS resolution of containers attached to non swarm-scoped networks once the node has joined a Swarm cluster. moby/moby#51515