Skip to content

Commit 24081d8

Browse files
committed
bake: fix missing attributes that can be overriden
Signed-off-by: CrazyMax <[email protected]>
1 parent 3d049b0 commit 24081d8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

content/manuals/build/bake/overrides.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,15 @@ specific target.
1414
The following list of attributes can be overridden:
1515

1616
- `args`
17+
- `attest`
1718
- `cache-from`
1819
- `cache-to`
1920
- `context`
21+
- `contexts`
2022
- `dockerfile`
23+
- `entitlements`
2124
- `labels`
25+
- `network`
2226
- `no-cache`
2327
- `output`
2428
- `platform`
@@ -220,11 +224,15 @@ $ docker buildx bake --set foo*.no-cache # bypass caching only for
220224
Complete list of attributes that can be overridden with `--set` are:
221225

222226
- `args`
227+
- `attest`
223228
- `cache-from`
224229
- `cache-to`
225230
- `context`
231+
- `contexts`
226232
- `dockerfile`
233+
- `entitlements`
227234
- `labels`
235+
- `network`
228236
- `no-cache`
229237
- `output`
230238
- `platform`

0 commit comments

Comments
 (0)