From 24081d84e19009c705413bc95bae690e1b1b6ff9 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Thu, 16 Jan 2025 10:06:04 +0100 Subject: [PATCH] bake: fix missing attributes that can be overriden Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- content/manuals/build/bake/overrides.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/manuals/build/bake/overrides.md b/content/manuals/build/bake/overrides.md index c4fc5bb2a77c..c3b9f501a126 100644 --- a/content/manuals/build/bake/overrides.md +++ b/content/manuals/build/bake/overrides.md @@ -14,11 +14,15 @@ specific target. The following list of attributes can be overridden: - `args` +- `attest` - `cache-from` - `cache-to` - `context` +- `contexts` - `dockerfile` +- `entitlements` - `labels` +- `network` - `no-cache` - `output` - `platform` @@ -220,11 +224,15 @@ $ docker buildx bake --set foo*.no-cache # bypass caching only for Complete list of attributes that can be overridden with `--set` are: - `args` +- `attest` - `cache-from` - `cache-to` - `context` +- `contexts` - `dockerfile` +- `entitlements` - `labels` +- `network` - `no-cache` - `output` - `platform`