| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-10-02 | 3.9 kB | |
| v28.5.0 source code.tar.gz | 2025-10-02 | 18.0 MB | |
| v28.5.0 source code.zip | 2025-10-02 | 24.4 MB | |
| Totals: 3 Items | 42.5 MB | 0 | |
28.5.0
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
- docker/cli, 28.5.0 milestone
- moby/moby, 28.5.0 milestone
- Deprecated and removed features, see Deprecated Features.
- Changes to the Engine API, see API version history.
Bug fixes and enhancements
- Don't print warnings in
docker infofor broken symlinks in CLI-plugin directories. [docker/cli#6476](https://github.com/docker/cli/issues/6476) - Fix a panic during
statson empty eventActor.ID. [docker/cli#6471](https://github.com/docker/cli/issues/6471)
Packaging updates
- Remove support for legacy CBC cipher suites. [docker/cli#6474](https://github.com/docker/cli/issues/6474)
- Update Buildkit to v0.25.0. [#51075]
- Update Dockerfile syntax to v1.19.0. [#51075]
Networking
- Eliminated harmless warning about deletion of endpoint_count from the data store. [#51064]
- Fix a bug causing IPAM plugins to not be loaded on Windows. [#51035]
API
- Deprecate support for kernel memory TCP accounting (
KernelMemoryTCP). [#51067] - Fix
GET containers/{name}/checkpointsreturningnullinstead of empty JSON array when there are no checkpoints. [#51052]
Go SDK
- cli-plugins/plugin: Run: allow customizing the CLI. [docker/cli#6481](https://github.com/docker/cli/issues/6481)
- cli/command: add
WithUserAgentoption. [docker/cli#6477](https://github.com/docker/cli/issues/6477)
Deprecations
- Go-SDK: cli/command: deprecate
DockerCli.Apply. This method is no longer used and will be removed in the next release if there are no remaining uses. [docker/cli#6497](https://github.com/docker/cli/issues/6497) - Go-SDK: cli/command: deprecate
DockerCli.ContentTrustEnabled. This method is no longer used and will be removed in the next release. [docker/cli#6495](https://github.com/docker/cli/issues/6495) - Go-SDK: cli/command: deprecate
DockerCli.DefaultVersion. This method is no longer used and will be removed in the next release. [docker/cli#6491](https://github.com/docker/cli/issues/6491) - Go-SDK: cli/command: deprecate
ResolveDefaultContextutility. [docker/cli#6529](https://github.com/docker/cli/issues/6529) - Go-SDK: cli/command: deprecate
WithContentTrustFromEnv,WithContentTrustoptions. These options were used internally, and will be removed in the next release.. [docker/cli#6489](https://github.com/docker/cli/issues/6489) - Go-SDK: cli/manifest/store: deprecate
IsNotFound(). [docker/cli#6514](https://github.com/docker/cli/issues/6514) - Go-SDK: templates: deprecate NewParse() function. [docker/cli#6469](https://github.com/docker/cli/issues/6469)