Skip to content

Commit ec58e08

Browse files
authored
Merge pull request #25697 from vvoland/update-docker
engine: 29.7.2
2 parents 286896c + 5930d84 commit ec58e08

2 files changed

Lines changed: 25 additions & 2 deletions

File tree

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

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,29 @@ 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.7.2
26+
27+
{{< release-date date="2026-08-05" >}}
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.7.2 milestone](https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A29.7.2)
32+
- [moby/moby, 29.7.2 milestone](https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A29.7.2)
33+
34+
### Bug fixes and enhancements
35+
36+
- Fix `docker service create` and `docker service update` panicking when the same environment variable is passed more than once. [docker/cli#7145](https://github.com/docker/cli/pull/7145)
37+
- Fix a regression introduced in Docker Engine 29.7.0 that caused image pulls to reject images containing absolute hardlink targets, as produced by some image builders. [moby/moby#53305](https://github.com/moby/moby/pull/53305)
38+
- Fix a regression introduced in Docker Engine 29.7.0 that could cause image pulls and `docker cp` to fail on older Linux kernels when applying file permissions, including for device nodes. [moby/moby#53305](https://github.com/moby/moby/pull/53305)
39+
40+
### Packaging updates
41+
42+
- Update BuildKit to [v0.32.2](https://github.com/moby/buildkit/releases/tag/v0.32.2). [moby/moby#53300](https://github.com/moby/moby/pull/53300)
43+
44+
### Networking
45+
46+
- Improve compatibility with more nftables releases by terminating base-chain policies with a semicolon. [moby/moby#53303](https://github.com/moby/moby/pull/53303)
47+
2548
## 29.7.1
2649

2750
{{< release-date date="2026-07-31" >}}

hugo.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,10 @@ params:
165165
# Latest version of the Docker Engine API
166166
latest_engine_api_version: "1.55"
167167
# Latest version of Docker Engine
168-
docker_ce_version: "29.7.1"
168+
docker_ce_version: "29.7.2"
169169
# Previous version of the Docker Engine
170170
# (Used to show e.g., "latest" and "latest"-1 in engine install examples
171-
docker_ce_version_prev: "29.7.0"
171+
docker_ce_version_prev: "29.7.1"
172172
# Latest Docker Compose version
173173
compose_version: "v5.4.0"
174174
# Latest BuildKit version

0 commit comments

Comments
 (0)