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
Copy file name to clipboardExpand all lines: docs/command-reference.md
+3
Original file line number
Diff line number
Diff line change
@@ -680,10 +680,13 @@ Flags:
680
680
-:whale:`type=tar[,dest=path/to/output.tar]`: Raw tar ball
681
681
-:whale:`type=image,name=example.com/image,push=true`: Push to a registry (see [`buildctl build`](https://github.com/moby/buildkit/tree/v0.9.0#imageregistry) documentation)
682
682
-:whale:`--progress=(auto|plain|tty)`: Set type of progress output (auto, plain, tty). Use plain to show container output
683
+
-:whale:`--provenance`: Shorthand for \"--attest=type=provenance\", see [`buildx_build.md`](https://github.com/docker/buildx/blob/v0.12.1/docs/reference/buildx_build.md#provenance) documentation
683
684
-:whale:`--secret`: Secret file to expose to the build: id=mysecret,src=/local/secret
684
685
-:whale:`--allow`: Allow extra privileged entitlement, e.g. network.host, security.insecure (It’s required to configure the buildkitd to enable the feature, see [`buildkitd.toml`](https://github.com/moby/buildkit/blob/master/docs/buildkitd.toml.md) documentation)
686
+
-:whale:`--attest`: Attestation parameters (format: "type=sbom,generator=image"), see [`buildx_build.md`](https://github.com/docker/buildx/blob/v0.12.1/docs/reference/buildx_build.md#attest) documentation
685
687
-:whale:`--ssh`: SSH agent socket or keys to expose to the build (format: `default|<id>[=<socket>|<key>[,<key>]]`)
686
688
-:whale:`-q, --quiet`: Suppress the build output and print image ID on success
689
+
-:whale:`--sbom`: Shorthand for \"--attest=type=sbom\", see [`buildx_build.md`](https://github.com/docker/buildx/blob/v0.12.1/docs/reference/buildx_build.md#sbom) documentation
0 commit comments