docker 29.0.1
v29.0.1
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 lsno longer truncates the name width when output is redirect (e.g. forgrep). docker/cli#6656docker image lsnow considers theNO_COLORenvironment variable for choosing the colored output. docker/cli#6654- containerd image store: Fix a bug causing
docker buildto ignore the explicitly setunpackimage exporter option. moby/moby#51514 - Fix a bug causing
docker image ls --allto 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
ApiVersionandMinApiVersionfields indocker version --format=jsonto 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