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
Automatically set `unpack=false` for registry exports unless explicitly
overridden by the user.
This applies to:
- `registry` exporter type (converted to `image` exporter with `push=true`)
- `--push` flag usage with image exporters
Users can still explicitly set `unpack=true` if they need local image
storage alongside registry push.
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
Copy file name to clipboardExpand all lines: docs/reference/buildx_build.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ Start a build
41
41
|[`--progress`](#progress)|`string`|`auto`| Set type of progress output (`auto`, `none`, `plain`, `quiet`, `rawjson`, `tty`). Use plain to show container output |
42
42
|[`--provenance`](#provenance)|`string`|| Shorthand for `--attest=type=provenance`|
43
43
|`--pull`|`bool`|| Always attempt to pull all referenced images |
44
-
|[`--push`](#push)|`bool`|| Shorthand for `--output=type=registry`|
44
+
|[`--push`](#push)|`bool`|| Shorthand for `--output=type=registry,unpack=false`|
45
45
|`-q`, `--quiet`|`bool`|| Suppress the build output and print image ID on success |
46
46
|[`--sbom`](#sbom)|`string`|| Shorthand for `--attest=type=sbom`|
47
47
|[`--secret`](#secret)|`stringArray`|| Secret to expose to the build (format: `id=mysecret[,src=/local/secret]`) |
0 commit comments