adjust minimum API-version for multiple platforms on save/load

Follow-up to fcc8209e12, which didn't
make the window for API v1.51, so had to be adjusted for the API
version it requires.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2025-07-23 15:54:47 +02:00
parent f49224b352
commit bdcf4e8c85
3 changed files with 14 additions and 9 deletions

View File

@@ -17,6 +17,11 @@ keywords: "API, Docker, rcli, REST, documentation"
[Docker Engine API v1.52](https://docs.docker.com/reference/api/engine/version/v1.52/) documentation
* `GET /images/{name}/get` now accepts multiple `platform` query-arguments
to allow selecting which platform(s) of a multi-platform image must be
saved.
* `POST /images/load` now accepts multiple `platform` query-arguments
to allow selecting which platform(s) of a multi-platform image to load.
## v1.51 API changes