Skip to content

Commit 17b7d12

Browse files
vvolandaevesdocker
andauthored
engine: 28.0.3 (#22304)
<!--Delete sections as needed --> ## Description <!-- Tell us what you did and why --> ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review --------- Signed-off-by: Paweł Gronowski <[email protected]> Co-authored-by: Allie Sadler <[email protected]>
1 parent 3535a2d commit 17b7d12

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

content/manuals/engine/release-notes/28.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.md).
2424

25+
## 28.0.3
26+
27+
{{< release-date date="2025-03-25" >}}
28+
29+
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
30+
31+
- [docker/cli, 28.0.3 milestone](https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A28.0.3)
32+
- [moby/moby, 28.0.3 milestone](https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A28.0.3)
33+
34+
### Bug fixes and enhancements
35+
36+
- Fix `docker run` truncating the `STDOUT`/`STDERR` prematurely when the container exits before the data is consumed. [docker/cli#5957](https://github.com/docker/cli/pull/5957)
37+
38+
### Packaging updates
39+
40+
- Update BuildKit to [v0.20.2](https://github.com/moby/buildkit/releases/tag/v0.20.2). [moby/moby#49698](https://github.com/moby/moby/pull/49698)
41+
- Update `runc` to [v1.2.6](https://github.com/opencontainers/runc/releases/tag/v1.2.6). [moby/moby#49682](https://github.com/moby/moby/pull/49682)
42+
- Update containerd to [v1.7.26](https://github.com/containerd/containerd/releases/tag/v1.7.26). [docker/containerd-packaging#409](https://github.com/docker/containerd-packaging/pull/409)
43+
2544
## 28.0.2
2645

2746
{{< release-date date="2025-03-19" >}}

hugo.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,14 +113,14 @@ params:
113113
# Latest version of the Docker Engine API
114114
latest_engine_api_version: "1.48"
115115
# Latest version of Docker Engine
116-
docker_ce_version: "28.0.2"
116+
docker_ce_version: "28.0.3"
117117
# Previous version of the Docker Engine
118118
# (Used to show e.g., "latest" and "latest"-1 in engine install examples
119-
docker_ce_version_prev: "28.0.1"
119+
docker_ce_version_prev: "28.0.2"
120120
# Latest Docker Compose version
121121
compose_version: "v2.34.0"
122122
# Latest BuildKit version
123-
buildkit_version: "0.20.1"
123+
buildkit_version: "0.20.2"
124124

125125
# Example runtime/library/os versions
126126
example_go_version: "1.23"

0 commit comments

Comments
 (0)