Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
28.3.2 source code.tar.gz | 2025-07-09 | 18.1 MB | |
28.3.2 source code.zip | 2025-07-09 | 24.4 MB | |
README.md | 2025-07-09 | 2.0 kB | |
Totals: 3 Items | 42.5 MB | 0 |
28.3.2
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
- docker/cli, 28.3.2 milestone
- moby/moby, 28.3.2 milestone
- Deprecated and removed features, see Deprecated Features.
- Changes to the Engine API, see API version history.
Bug fixes and enhancements
- Fix
--use-api-socket
not working correctly when targeting a remote daemon. [docker/cli#6157](https://github.com/docker/cli/issues/6157) - Fix stray "otel error" logs being printed if debug logging is enabled. [docker/cli#6160](https://github.com/docker/cli/issues/6160)
- Quote SSH arguments when connecting to a remote daemon over an SSH connection to avoid unexpected expansion. [docker/cli#6147](https://github.com/docker/cli/issues/6147)
- Warn when
DOCKER_AUTH_CONFIG
is set duringdocker login
anddocker logout
. [docker/cli#6163](https://github.com/docker/cli/issues/6163)
Packaging updates
- Update Compose to v2.38.2. [docker/docker-ce-packaging#1225](https://github.com/docker/docker-ce-packaging/issues/1225)
- Update Docker Model CLI plugin to v0.1.33. [docker/docker-ce-packaging#1227](https://github.com/docker/docker-ce-packaging/issues/1227)
- Update Go runtime to 1.24.5. [#50354]