docker buildx prune --filter 'until=168h'

Category: Docker

docker buildx prune --filter 'until=168h'

Prune build cache older than a week

Frees disk by deleting BuildKit cache entries; the until filter keeps only entries used in the last 168 hours (7 days). More surgical than prune -a, which clears everything. BuildKit also prunes automatically when its cache exceeds configured limits.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.