From ae2feb222bf42e1e731b970fb79f474fa21fe8a8 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Fri, 28 Jun 2024 16:12:50 +0200 Subject: [PATCH] build(cache): removed dest parameter for registry backend The registry cache exporter doesn't support such a parameter. Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- content/build/cache/backends/registry.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/build/cache/backends/registry.md b/content/build/cache/backends/registry.md index 56e611b43c..7ed319961b 100644 --- a/content/build/cache/backends/registry.md +++ b/content/build/cache/backends/registry.md @@ -39,7 +39,6 @@ The following table describes the available CSV parameters that you can pass to | Name | Option | Type | Default | Description | | ------------------- | ----------------------- | ----------------------- | ------- | -------------------------------------------------------------------- | | `ref` | `cache-to`,`cache-from` | String | | Full name of the cache image to import. | -| `dest` | `cache-to` | String | | Path of the local directory where cache gets exported to. | | `mode` | `cache-to` | `min`,`max` | `min` | Cache layers to export, see [cache mode][1]. | | `oci-mediatypes` | `cache-to` | `true`,`false` | `true` | Use OCI media types in exported manifests, see [OCI media types][2]. | | `compression` | `cache-to` | `gzip`,`estargz`,`zstd` | `gzip` | Compression type, see [cache compression][3]. |