Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions content/manuals/build/cache/backends/local.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ The following table describes the available CSV parameters that you can pass to
| `compression-level` | `cache-to` | `0..22` | | Compression level, see [cache compression][3]. |
| `force-compression` | `cache-to` | `true`,`false` | `false` | Forcibly apply compression, see [cache compression][3]. |
| `ignore-error` | `cache-to` | Boolean | `false` | Ignore errors caused by failed cache exports. |
| `reset` | `cache-to` | `true`,`false` | `false` | Remove blobs from the cache directory that aren't referenced by the current manifests in `index.json`. Useful for preventing the local cache directory from growing indefinitely. |

[1]: _index.md#cache-mode
[2]: _index.md#oci-media-types
Expand Down