image_list
List Docker images in the local daemon store, with filters for repository, dangling, or other attributes to find specific images or build leftovers.
Instructions
List images in the daemon's local store.
Local only — for a registry's contents use registry_tags / hub_tags, and image_search
to find images on Docker Hub. Dangling (untagged) build leftovers show with
filters={"dangling": True}.
args:
repository - Only show images of this repository
all - Show intermediate image layers
filters - Filter by attributes (label, dangling, before, since, etc.)
returns: list - One summary dict per image ({"Id", "RepoTags", "RepoDigests", "Created",
"Size", "Labels", ...}); use image_inspect for a full inspect payload
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | ||
| filters | No | ||
| repository | No |