Skip to content

Commit 1c7074d

Browse files
authored
Merge pull request #25121 from vvoland/update-docker
engine: 29.5.2
2 parents 18c339a + e0b8f3d commit 1c7074d

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

content/manuals/engine/release-notes/29.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,19 @@ For more information about:
2222
- Deprecated and removed features, see [Deprecated Engine Features](../deprecated.md).
2323
- Changes to the Engine API, see [Engine API version history](/reference/api/engine/version-history/).
2424

25+
## 29.5.2
26+
27+
{{< release-date date="2026-05-20" >}}
28+
29+
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
30+
31+
- [docker/cli, 29.5.2 milestone](https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A29.5.2)
32+
- [moby/moby, 29.5.2 milestone](https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A29.5.2)
33+
34+
### Bug fixes and enhancements
35+
36+
- Fix a regression introduced in 29.5.1 where `docker cp` failed with "mkdirat: file exists" when a container had a bind mount whose target traversed an in-container symlink (e.g. `/var/run -> /run`). [moby/moby#52655](https://github.com/moby/moby/pull/52655)
37+
2538
## 29.5.1
2639

2740
{{< release-date date="2026-05-18" >}}

hugo.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,10 @@ params:
154154
# Latest version of the Docker Engine API
155155
latest_engine_api_version: "1.54"
156156
# Latest version of Docker Engine
157-
docker_ce_version: "29.5.1"
157+
docker_ce_version: "29.5.2"
158158
# Previous version of the Docker Engine
159159
# (Used to show e.g., "latest" and "latest"-1 in engine install examples
160-
docker_ce_version_prev: "29.5.0"
160+
docker_ce_version_prev: "29.5.1"
161161
# Latest Docker Compose version
162162
compose_version: "v5.1.2"
163163
# Latest BuildKit version

0 commit comments

Comments
 (0)