From 8a9d24109c9e7571662e8424951cd8070f934114 Mon Sep 17 00:00:00 2001 From: Devendra Kushwah Date: Fri, 19 Jun 2026 16:53:05 +0530 Subject: [PATCH] Clarify docker driver support for cache backends --- content/manuals/build/cache/backends/gha.md | 5 +++-- content/manuals/build/cache/backends/registry.md | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/content/manuals/build/cache/backends/gha.md b/content/manuals/build/cache/backends/gha.md index 81b239995988..901e2697205f 100644 --- a/content/manuals/build/cache/backends/gha.md +++ b/content/manuals/build/cache/backends/gha.md @@ -15,8 +15,9 @@ recommended cache to use inside your GitHub Actions workflows, as long as your use case falls within the [size and usage limits set by GitHub](https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#usage-limits-and-eviction-policy). -This cache storage backend is not supported with the default `docker` driver. -To use this feature, create a new builder using a different driver. See +This cache storage backend is supported with the default `docker` driver +when the containerd image store is enabled. Otherwise, create a new builder +using a different driver. See [Build drivers](/manuals/build/builders/drivers/_index.md) for more information. ## Synopsis diff --git a/content/manuals/build/cache/backends/registry.md b/content/manuals/build/cache/backends/registry.md index ce9a7d4ee0e3..f9420f42e5f9 100644 --- a/content/manuals/build/cache/backends/registry.md +++ b/content/manuals/build/cache/backends/registry.md @@ -18,8 +18,9 @@ everything that the inline cache can do, and more: - It works with other exporters for more flexibility, instead of only the `image` exporter. -This cache storage backend is not supported with the default `docker` driver. -To use this feature, create a new builder using a different driver. See +This cache storage backend is supported with the default `docker` driver +when the containerd image store is enabled. Otherwise, create a new builder +using a different driver. See [Build drivers](/manuals/build/builders/drivers/_index.md) for more information. ## Synopsis