File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
content/manuals/build/bake Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,15 @@ specific target.
1414The 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
220224Complete 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 `
You can’t perform that action at this time.
0 commit comments