v1

latestSwagger 2.02026-07-17107130444.8 KB
Image

Export several images

Get a tarball containing all images and metadata for several image repositories.

For each value of the names parameter: if it is a specific name and tag (e.g. ubuntu:latest), then only that image (and its parents) are returned; if it is an image ID, similarly only that image (and its parents) are returned and there would be no names referenced in the 'repositories' file for this image ID.

For details on the format, see the export image endpoint.

get/images/get

Query parameters

namesstring[]

Image names to filter by

platformstring

JSON encoded OCI platform describing a platform which will be used to select a platform-specific image to be saved if the image is multi-platform. If not provided, the full multi-platform image will be saved.

Example: {"os": "linux", "architecture": "arm", "variant": "v5"}

Response

no error