Type Alias: ImageListData ​
ImageListData:
object
Type declaration ​
Name | Type | Description |
---|---|---|
query ? | object | - |
query.all ? | boolean | Show all images. Only images from a final layer (no children) are shown by default. |
query.digests ? | boolean | Show digest information as a RepoDigests field on each image. |
query.filters ? | string | 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> |
query.manifests ? | boolean | Include Manifests in the image summary. |
query.shared-size ? | boolean | Compute and show shared size as a SharedSize field on each image. |