bake: fix missing attributes that can be overriden

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2025-01-16 10:06:04 +01:00
parent 3d049b07c1
commit 24081d84e1
No known key found for this signature in database
GPG Key ID: ADE44D8C9D44FBE4
1 changed files with 8 additions and 0 deletions

View File

@ -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`