You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `files` | List/CSV | List of [bake definition files](https://docs.docker.com/build/customize/bake/file-definition/) |
101
+
| `files` | List/CSV | List of [bake definition files](https://docs.docker.com/build/bake/reference/) |
102
102
| `workdir` | String | Working directory of execution |
103
103
| `targets` | List/CSV | List of bake targets (`default` target used if empty) |
104
104
| `no-cache` | Bool | Do not use cache when building the image (default `false`) |
105
105
| `pull` | Bool | Always attempt to pull a newer version of the image (default `false`) |
106
106
| `load` | Bool | Load is a shorthand for `--set=*.output=type=docker` (default `false`) |
107
-
| `provenance` | Bool/String | [Provenance](https://docs.docker.com/build/attestations/provenance/) is a shorthand for `--set=*.attest=type=provenance` |
107
+
| `provenance` | Bool/String | [Provenance](https://docs.docker.com/build/metadata/attestations/slsa-provenance/) is a shorthand for `--set=*.attest=type=provenance` |
108
108
| `push` | Bool | Push is a shorthand for `--set=*.output=type=registry` (default `false`) |
109
-
| `sbom` | Bool/String | [SBOM](https://docs.docker.com/build/attestations/sbom/) is a shorthand for `--set=*.attest=type=sbom` |
110
-
| `sbom-dir` | String | Save all image [SBOM](https://docs.docker.com/build/attestations/sbom/) to this output directory |
109
+
| `sbom` | Bool/String | [SBOM](https://docs.docker.com/build/metadata/attestations/sbom/) is a shorthand for `--set=*.attest=type=sbom` |
110
+
| `sbom-dir` | String | Save all image [SBOM](https://docs.docker.com/build/metadata/attestations/sbom/) to this output directory |
111
111
| `set` | List | List of [targets values to override](https://docs.docker.com/engine/reference/commandline/buildx_bake/#set) (eg: `targetpattern.key=value`) |
0 commit comments