From 5164820be7c416ba32eb6d4f770e8e6af81ce01f Mon Sep 17 00:00:00 2001 From: Viacheslav Vasilyev Date: Thu, 3 Oct 2024 11:07:01 +0100 Subject: [PATCH] renew docs Signed-off-by: Viacheslav Vasilyev --- docs/reference/buildx_prune.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/docs/reference/buildx_prune.md b/docs/reference/buildx_prune.md index d154a3f035e6..46a0965832e8 100644 --- a/docs/reference/buildx_prune.md +++ b/docs/reference/buildx_prune.md @@ -9,16 +9,17 @@ Remove build cache ### Options -| Name | Type | Default | Description | -|:------------------------|:---------|:--------|:-----------------------------------------------| -| `-a`, `--all` | `bool` | | Include internal/frontend images | -| [`--builder`](#builder) | `string` | | Override the configured builder instance | -| `-D`, `--debug` | `bool` | | Enable debug logging | -| `--filter` | `filter` | | Provide filter values (e.g., `until=24h`) | -| `-f`, `--force` | `bool` | | Do not prompt for confirmation | -| `--max-storage` | `bytes` | `0` | Maximum amount of disk space to keep for cache | -| `--min-storage` | `bytes` | `0` | Minimum amount of disk space to keep for cache | -| `--verbose` | `bool` | | Provide a more verbose output | +| Name | Type | Default | Description | +|:------------------------|:-----------|:--------|:---------------------------------------------------------------------| +| `-a`, `--all` | `bool` | | Include internal/frontend images | +| [`--builder`](#builder) | `string` | | Override the configured builder instance | +| `-D`, `--debug` | `bool` | | Enable debug logging | +| `--filter` | `filter` | | Provide filter values (e.g., `until=24h`) | +| `-f`, `--force` | `bool` | | Do not prompt for confirmation | +| `--max-storage` | `bytes` | `0` | Maximum amount of disk space to keep for cache | +| `--min-storage` | `bytes` | `0` | Minimum amount of disk space to keep for cache | +| `--timeout` | `duration` | `20s` | Override the default global timeout (as duration, for example 1m20s) | +| `--verbose` | `bool` | | Provide a more verbose output |