Merge pull request #49982 from vvoland/c8d-image-remove-platform

c8d/delete: Add support for deleting specific platforms
This commit is contained in:
Sebastiaan van Stijn
2025-05-26 18:47:34 +02:00
committed by GitHub
18 changed files with 365 additions and 139 deletions

View File

@@ -21,6 +21,9 @@ keywords: "API, Docker, rcli, REST, documentation"
`DeviceInfo` objects, each providing details about a device discovered by a
device driver.
Currently only the CDI device driver is supported.
* `DELETE /images/{name}` now supports a `platforms` query parameter. It accepts
an array of JSON-encoded OCI Platform objects, allowing for selecting specific
platforms to delete content for.
* Deprecated: The `BridgeNfIptables` and `BridgeNfIp6tables` fields in the
`GET /info` response were deprecated in API v1.48, and are now omitted
in API v1.50.