28.1.1
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
Bug fixes and enhancements
- Fix
dockerd-rootless-setuptool.sh
incorrectly reporting missingiptables
. moby/moby#49833 - containerd image store: Fix a potential daemon crash when using
docker load
with archives containing zero-size tar headers. moby/moby#49837
Packaging updates
- Update Buildx to v0.23.0. docker/docker-ce-packaging#1185
- Update Compose to v2.35.1. docker/docker-ce-packaging#1188
Networking
- Add a warning to a container's
/etc/resolv.conf
when no upstream DNS servers were found. moby/moby#49827