Skip to content

Commit 73b3fa9

Browse files
authored
Merge pull request #22726 from vvoland/docker-28.2.2
engine: 28.2.2
2 parents 27fcf42 + 50bb2e0 commit 73b3fa9

File tree

3 files changed

+24
-7
lines changed

3 files changed

+24
-7
lines changed

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

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

26+
## 28.2.2
27+
28+
{{< release-date date="2025-05-30" >}}
29+
30+
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
31+
32+
- [docker/cli, 28.2.2 milestone](https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A28.2.2)
33+
- [moby/moby, 28.2.2 milestone](https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A28.2.2)
34+
35+
### Bug fixes and enhancements
36+
37+
- containerd image store: Fix a regression causing `docker build --push` to fail. This reverts [the fix](https://github.com/moby/moby/pull/49702) for `docker build` not persisting overridden images as dangling. [moby/moby#50105](https://github.com/moby/moby/pull/50105)
38+
39+
### Networking
40+
41+
- When creating the iptables `DOCKER-USER` chain, do not add an explicit `RETURN` rule, allowing users to append as well as insert their own rules. Existing rules are not removed on upgrade, but it won't be replaced after a reboot. [moby/moby#50098](https://github.com/moby/moby/pull/50098)
42+
2643
## 28.2.1
2744

2845
{{< release-date date="2025-05-29" >}}

content/reference/api/engine/_index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,21 +73,21 @@ To see the highest version of the API your Docker daemon and client support, use
7373
```console
7474
$ docker version
7575
Client: Docker Engine - Community
76-
Version: 28.2.1
76+
Version: 28.2.2
7777
API version: 1.50
7878
Go version: go1.24.3
79-
Git commit: 879ac3f
80-
Built: Wed May 28 19:24:55 2025
79+
Git commit: e6534b4
80+
Built: Fri May 30 12:07:29 2025
8181
OS/Arch: linux/arm64
8282
Context: default
8383

8484
Server: Docker Engine - Community
8585
Engine:
86-
Version: 28.2.1
86+
Version: 28.2.2
8787
API version: 1.50 (minimum version 1.24)
8888
Go version: go1.24.3
89-
Git commit: 0e2cc22
90-
Built: Wed May 28 19:24:55 2025
89+
Git commit: 45873be
90+
Built: Fri May 30 12:07:29 2025
9191
OS/Arch: linux/arm64
9292
...
9393
```

hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ params:
135135
# Latest version of the Docker Engine API
136136
latest_engine_api_version: "1.50"
137137
# Latest version of Docker Engine
138-
docker_ce_version: "28.2.1"
138+
docker_ce_version: "28.2.2"
139139
# Previous version of the Docker Engine
140140
# (Used to show e.g., "latest" and "latest"-1 in engine install examples
141141
docker_ce_version_prev: "28.1.0"

0 commit comments

Comments
 (0)