Skip to content

Commit 9023d51

Browse files
committed
docker: 28.2.1
Signed-off-by: Paweł Gronowski <[email protected]>
1 parent f0bc3a8 commit 9023d51

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ 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.1
27+
28+
{{< release-date date="2025-05-29" >}}
29+
30+
## Packaging updates
31+
32+
- Fix packaging regression in [v28.2.0](https://github.com/moby/moby/releases/tag/v28.2.0) which broke creating the `docker` group/user on fresh installations. [docker-ce-packaging#1209](https://github.com/docker/docker-ce-packaging/issues/1209)
33+
2634
## 28.2.0
2735

2836
{{< release-date date="2025-05-28" >}}

content/reference/api/engine/_index.md

Lines changed: 4 additions & 4 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.0
76+
Version: 28.2.1
7777
API version: 1.50
7878
Go version: go1.24.3
7979
Git commit: 879ac3f
80-
Built: Wed May 28 13:30:50 2025
80+
Built: Wed May 28 19:24:55 2025
8181
OS/Arch: linux/arm64
8282
Context: default
8383

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

hugo.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,10 @@ 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.0"
138+
docker_ce_version: "28.2.1"
139139
# Previous version of the Docker Engine
140140
# (Used to show e.g., "latest" and "latest"-1 in engine install examples
141-
docker_ce_version_prev: "28.1.1"
141+
docker_ce_version_prev: "28.1.0"
142142
# Latest Docker Compose version
143143
compose_version: "v2.36.2"
144144
# Latest BuildKit version

0 commit comments

Comments
 (0)