Skip to content

Commit 57341a7

Browse files
authored
Merge pull request #22406 from lvthillo/patch-1
BuildKit supports multiple cache exporters
2 parents 258e175 + 09fabd2 commit 57341a7

File tree

1 file changed

+5
-6
lines changed
  • content/manuals/build/cache/backends

1 file changed

+5
-6
lines changed

content/manuals/build/cache/backends/_index.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,11 @@ $ docker buildx build --push -t <registry>/<image> \
8181
8282
## Multiple caches
8383

84-
BuildKit currently only supports
85-
[a single cache exporter](https://github.com/moby/buildkit/pull/3024). But you
86-
can import from as many remote caches as you like. For example, a common pattern
87-
is to use the cache of both the current branch and the main branch. The
88-
following example shows importing cache from multiple locations using the
89-
registry cache backend:
84+
BuildKit supports multiple cache exporters, allowing you to push cache to more
85+
than one destination. You can also import from as many remote caches as you'd
86+
like. For example, a common pattern is to use the cache of both the current
87+
branch and the main branch. The following example shows importing cache from
88+
multiple locations using the registry cache backend:
9089

9190
```console
9291
$ docker buildx build --push -t <registry>/<image> \

0 commit comments

Comments
 (0)