Skip to content

Commit

Permalink
Merge pull request #21831 from crazy-max/bake-missing-overrides
Browse files Browse the repository at this point in the history
bake: fix missing attributes that can be overriden
  • Loading branch information
crazy-max authored Jan 16, 2025
2 parents fdd3b1b + 24081d8 commit 9cfea3a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions content/manuals/build/bake/overrides.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down Expand Up @@ -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`
Expand Down

0 comments on commit 9cfea3a

Please sign in to comment.