image_and_volume_bloat
Identify reclaimable disk space by summing dangling images, volumes, and build cache, sorted by size for prioritized cleanup.
Instructions
[READ] Total dangling images + volumes + build cache into prune candidates.
Sums dangling images, dangling volumes, and build cache (from system/df) into reclaimable-byte prune candidates, largest first. Pass the three read payloads for pure analysis, or a target to pull live.
Args: dangling_images: Injected {danglingCount, reclaimableBytes, ...}; skips live. dangling_volumes: Injected {danglingCount, reclaimableBytes, ...}; skips live. df: Injected system/df summary {buildCache:{count, totalBytes}, ...}. target: Target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| df | No | ||
| target | No | ||
| dangling_images | No | ||
| dangling_volumes | No |