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
options.noCache=flags.Bool("no-cache", false, "Do not use cache when building the image")
723
-
flags.StringVar(&options.progress, "progress", "auto", `Set type of progress output ("auto", "plain", "tty", "rawjson"). Use plain to show container output`)
723
+
flags.StringVar(&options.progress, "progress", "auto", `Set type of progress output ("auto", "quiet", "plain", "tty", "rawjson"). Use plain to show container output`)
724
724
options.pull=flags.Bool("pull", false, "Always attempt to pull all referenced images")
725
725
flags.StringVar(&options.metadataFile, "metadata-file", "", "Write build result metadata to a file")
|[`--list`](#list)|`string`|| List targets or variables |
25
+
|`--load`|`bool`|| Shorthand for `--set=*.output=type=docker`|
26
+
|[`--metadata-file`](#metadata-file)|`string`|| Write build result metadata to a file |
27
+
|[`--no-cache`](#no-cache)|`bool`|| Do not use cache when building the image |
28
+
|[`--print`](#print)|`bool`|| Print the options without building |
29
+
|[`--progress`](#progress)|`string`|`auto`| Set type of progress output (`auto`, `quiet`, `plain`, `tty`, `rawjson`). Use plain to show container output |
30
+
|[`--provenance`](#provenance)|`string`|| Shorthand for `--set=*.attest=type=provenance`|
31
+
|[`--pull`](#pull)|`bool`|| Always attempt to pull all referenced images |
32
+
|`--push`|`bool`|| Shorthand for `--set=*.output=type=registry`|
33
+
|[`--sbom`](#sbom)|`string`|| Shorthand for `--set=*.attest=type=sbom`|
34
+
|[`--set`](#set)|`stringArray`|| Override target value (e.g., `targetpattern.key=value`) |
0 commit comments