docs: change cache storage links to exporter to docs site

Temporary fix while we update docs upstream.

Co-Authored-By: David Karlsson <david.karlsson@docker.com>
Signed-off-by: Justin Chadwell <me@jedevc.com>
This commit is contained in:
Justin Chadwell
2022-11-04 13:39:09 +00:00
parent d32926a7e5
commit 6097919958
5 changed files with 9 additions and 9 deletions

View File

@@ -127,10 +127,10 @@ with both parameters to find the results that work best for you.
### Cache compression
<!-- FIXME: this link won't work on docs.docker.com -->
<!-- TODO: change this link to a local link -->
The cache compression options are the same as the
[exporter compression options](../exporters/index.md#compression).
[exporter compression options](https://docs.docker.com/build/building/exporters/#compression).
For example, to compress the `registry` cache with `zstd` compression:
@@ -142,10 +142,10 @@ $ docker buildx build --push -t <registry>/<image> \
### OCI media types
<!-- FIXME: this link won't work on docs.docker.com -->
<!-- TODO: change this link to a local link -->
The cache OCI options are the same as the
[exporter OCI options](../exporters/index.md#oci-media-types).
[exporter OCI options](https://docs.docker.com/build/building/exporters/#oci-media-types).
For example, to export OCI media type cache, use the `oci-mediatypes` property: