api/v1.55.0-rc.1Pre-release
Added
- POST /containers/{id}/update endpoint now supports per-device blkio resource settings
- New GET /images/{name}/attestations endpoint returns in-toto attestation statements attached to an image with optional platform selection, predicate type filtering, and statement query parameter for retrieving verbatim statement bodies
1.55.0-rc.1
Changelog
POST /containers/{id}/updatenow supports per-device blkio resource settingss. moby/moby#52651- The new
GET /images/{name}/attestationsendpoint returns in-toto attestation statements (such as SLSA provenance and SPDX SBOM) attached to an image, with optional platform selection, predicate type filtering, and an opt-instatementquery parameter for retrieving the verbatim statement bodies. Tools can now retrieve attestation metadata and content directly from the daemon instead of performing additional registry round-trips. moby/moby#52636 - docs: clarify swarm join required fields. moby/moby#52763