Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-25 | 1.8 kB | |
v28.3.3 source code.tar.gz | 2025-07-25 | 18.1 MB | |
v28.3.3 source code.zip | 2025-07-25 | 24.4 MB | |
Totals: 3 Items | 42.5 MB | 4 |
28.3.3
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
Security
This release fixes an issue where, after a firewalld reload, published container ports could be accessed directly from the local network, even when they were intended to be accessible only via a loopback address. CVE-2025-54388 / GHSA-x4rx-4gw3-53p4 / [#50506].
Packaging updates
- Update Buildx to v0.26.1. [docker/docker-ce-packaging#1230](https://github.com/docker/docker-ce-packaging/issues/1230)
- Update Compose to v2.39.1. [docker/docker-ce-packaging#1234](https://github.com/docker/docker-ce-packaging/issues/1234)
- Update Docker Model CLI plugin to v0.1.36. [docker/docker-ce-packaging#1233](https://github.com/docker/docker-ce-packaging/issues/1233)
Go SDK
- cli/command/formatter: add
TrunateID()
utility as alternative forgithub.com/docker/docker/pkg/stringid.TrunateID()
. [docker/cli#6180](https://github.com/docker/cli/issues/6180)