2023-01-06 13:04:05 -05:00
|
|
|
# builder prune
|
|
|
|
|
|
|
|
<!---MARKER_GEN_START-->
|
|
|
|
Remove build cache
|
|
|
|
|
|
|
|
### Options
|
|
|
|
|
|
|
|
| Name | Type | Default | Description |
|
|
|
|
|:-----------------|:---------|:--------|:------------------------------------------------------|
|
2024-07-03 02:29:57 -04:00
|
|
|
| `-a`, `--all` | `bool` | | Remove all unused build cache, not just dangling ones |
|
2023-01-06 13:04:05 -05:00
|
|
|
| `--filter` | `filter` | | Provide filter values (e.g. `until=24h`) |
|
2024-07-03 02:29:57 -04:00
|
|
|
| `-f`, `--force` | `bool` | | Do not prompt for confirmation |
|
2023-01-06 13:04:05 -05:00
|
|
|
| `--keep-storage` | `bytes` | `0` | Amount of disk space to keep for cache |
|
|
|
|
|
|
|
|
|
|
|
|
<!---MARKER_GEN_END-->
|