Skip to content

Commit 8b2fedf

Browse files
authored
Merge pull request #23945 from vvoland/update-docker-29
engine: 29.1.4
2 parents 6618b0d + ad8be55 commit 8b2fedf

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,25 @@ 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.1.4
26+
27+
{{< release-date date="2026-01-08" >}}
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.1.4 milestone](https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A29.1.4)
32+
- [moby/moby, 29.1.4 milestone](https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A29.1.4)
33+
34+
### Bug fixes and enhancements
35+
36+
- Fix `docker run --network none` panic on Windows. [moby/moby#51830](https://github.com/moby/moby/pull/51830)
37+
- Fix image mounts failing with "file name too long" for long mount paths. [moby/moby#51829](https://github.com/moby/moby/pull/51829)
38+
- Fix potential creation of orphaned overlay2 layers. [moby/moby#51826](https://github.com/moby/moby/pull/51826), [moby/moby#51824](https://github.com/moby/moby/pull/51824)
39+
40+
### Packaging updates
41+
42+
- Update BuildKit to [v0.26.3](https://github.com/moby/buildkit/releases/tag/v0.26.3). [moby/moby#51821](https://github.com/moby/moby/pull/51821)
43+
2544
## 29.1.3
2645

2746
{{< release-date date="2025-12-12" >}}

hugo.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,14 +122,14 @@ params:
122122
# Latest version of the Docker Engine API
123123
latest_engine_api_version: "1.52"
124124
# Latest version of Docker Engine
125-
docker_ce_version: "29.1.3"
125+
docker_ce_version: "29.1.4"
126126
# Previous version of the Docker Engine
127127
# (Used to show e.g., "latest" and "latest"-1 in engine install examples
128-
docker_ce_version_prev: "29.1.2"
128+
docker_ce_version_prev: "29.1.3"
129129
# Latest Docker Compose version
130130
compose_version: "v5.0.1"
131131
# Latest BuildKit version
132-
buildkit_version: "0.26.0"
132+
buildkit_version: "0.26.3"
133133

134134
# Example runtime/library/os versions
135135
example_go_version: "1.24"

0 commit comments

Comments
 (0)