mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
image/history: Support Platform parameter
Add `Platform` parameter that allows to select a specific platform to show the history for. This is a breaking change to the Go client as it changes the signature of `ImageHistory`. Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
This commit is contained in:
@@ -17,6 +17,10 @@ keywords: "API, Docker, rcli, REST, documentation"
|
||||
|
||||
[Docker Engine API v1.48](https://docs.docker.com/engine/api/v1.48/) documentation
|
||||
|
||||
* `GET /images/{name}/history` now supports a `platform` parameter (JSON
|
||||
encoded OCI Platform type) that allows to specify a platform to show the
|
||||
history of.
|
||||
|
||||
## v1.47 API changes
|
||||
|
||||
[Docker Engine API v1.47](https://docs.docker.com/engine/api/v1.47/) documentation
|
||||
|
||||
Reference in New Issue
Block a user