image_list
List Docker images stored locally on the daemon, with optional filters for repository, intermediate layers, or attributes like dangling. Get a quick summary of each image's ID, tags, size, and labels.
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 |