image_list
List Docker images stored locally, with filters for dangling images, repository, or intermediate layers. Returns summary details for each image.
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 |