Skip to content

dsdk / v1.47 / ImageListData

Type Alias: ImageListData ​

ImageListData: object

Type declaration ​

NameTypeDescription
query?object-
query.all?booleanShow all images. Only images from a final layer (no children) are shown by default.
query.digests?booleanShow digest information as a RepoDigests field on each image.
query.filters?stringA 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>
query.manifests?booleanInclude Manifests in the image summary.
query.shared-size?booleanCompute and show shared size as a SharedSize field on each image.