mirror of
https://github.com/moby/moby.git
synced 2026-01-11 10:41:43 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user