Image
List Images
Returns a list of images on the server. Note that it uses a different, smaller representation of an image than inspecting a single image.
get/images/json
Query parameters
allboolean
Show all images. Only images from a final layer (no children) are shown by default.
filtersstring
A JSON encoded value of the filters (a map[string][]string) to process on the images list.
Available filters:
- before=(<image-name>[:<tag>], <image id> or <image@digest>)
- dangling=true
- label=key or label="key=value" of an image label
- reference=(<image-name>[:<tag>])
- since=(<image-name>[:<tag>], <image id> or <image@digest>)
- until=<timestamp>
shared-sizeboolean
Compute and show shared size as a SharedSize field on each image.
digestsboolean
Show digest information as a RepoDigests field on each image.
manifestsboolean
Include Manifests in the image summary.
identityboolean
Include Identity in each manifest summary. Requires manifests=1.
Response
Summary image data for the images matching the query