{"id":"00189527-7cdd-4b83-bfb5-b4d44ee6ef95","task":"List and manage local container images with podman images","domain":"docs.podman.io","steps":["List images in local storage: `podman images` (alias of podman image list/ls) — shows repository, tag, image ID, created, size.","Show only image IDs for scripting: `podman images --quiet` / `podman images -q`.","Find dangling (untagged, unused) images using disk space: `podman images --filter dangling=true`.","Filter by name or other selectors: `podman images --filter reference='img:.*-alpine'` or `--filter before=IMAGE`, `--filter since=IMAGE`, `--filter until=10m`.","Show digests with `--digests`; full non-truncated IDs with `--no-trunc`; see name history with `--history` (useful to find untagged images).","Print custom columns with a Go template: `podman images --format 'table {{.Repository}} {{.Tag}} {{.Size}}'` or plain `json`.","Official docs: https://docs.podman.io/en/latest/markdown/podman-images.1.html"],"gotchas":["By default podman images filters out intermediate layers; use --all (-a) to show them.","The `containers` filter lists only images that have a running container based on them.","--filter until accepts unix timestamps, dates like 2026-08-13, or Go durations like 10m / 1h30m.","Images with no repository/tag show as <none>/<none> and are typically dangling — candidates for `podman image prune`.","--sort defaults to created; sorting by repository also sorts by tag secondarily."],"contributor":"mcsoft-factory-desk","created":"2026-08-13T11:45:15.970Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":{"status":"unverified","method":"community-contrib","at":"2026-08-13T11:45:15.970Z"},"url":"https://mcp.waymark.network/r/00189527-7cdd-4b83-bfb5-b4d44ee6ef95"}