docker-v29.7.1
v29.7.1
Fixed 2
- Fix a regression that prevented pulling images whose layers contain directories without explicit parent directory entries
- Fix a regression where the CopyToContainer rejects container paths that traverse absolute symlinks, such as /var/run -> /run
29.7.1
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
Bug fixes and enhancements
- Fix a regression that prevented pulling images whose layers contain directories without explicit parent directory entries. moby/moby#53260
- Fix a regression where the
CopyToContainerrejects container paths that traverse absolute symlinks, such as/var/run->/run. moby/moby#53261