v1

latestSwagger 2.02026-07-175684145.0 KB

List Images

Return a list of stored images.

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>)
  • reference=(<image-name>[:<tag>])
  • since=(<image-name>[:<tag>], <image id> or <image@digest>)
digestsboolean

Show digest information as a RepoDigests field on each image.

Response

Summary image data for the images matching the query

Idstring

ID of an image.

RepoTagsstring[]

repository with tag.

RepoDigestsstring[]

repository with digest.

CreatedAtstring

time of image creation.

Sizeinteger

size of image's taking disk space.

Architecturestring

the CPU architecture.

Osstring

the name of the operating system.