mirror of https://github.com/docker/docs.git
Merge pull request #21831 from crazy-max/bake-missing-overrides
bake: fix missing attributes that can be overriden
This commit is contained in:
commit
9cfea3a75c
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Reference in New Issue