Skip to content

Commit 1e576dd

Browse files
committed
chore: make docs
Signed-off-by: David Karlsson <[email protected]>
1 parent 7a54721 commit 1e576dd

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/reference/buildx_build.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ Start a build
2424
| [`--cache-from`](#cache-from) | `stringArray` | | External cache sources (e.g., `user/app:cache`, `type=local,src=path/to/dir`) |
2525
| [`--cache-to`](#cache-to) | `stringArray` | | Cache export destinations (e.g., `user/app:cache`, `type=local,dest=path/to/dir`) |
2626
| [`--cgroup-parent`](https://docs.docker.com/engine/reference/commandline/build/#cgroup-parent) | `string` | | Optional parent cgroup for the container |
27-
| `--detach` | | | Detach buildx server (supported only on linux) [experimental] |
27+
| `--detach` | | | Detach buildx server (supported only on linux) |
2828
| [`-f`](https://docs.docker.com/engine/reference/commandline/build/#file), [`--file`](https://docs.docker.com/engine/reference/commandline/build/#file) | `string` | | Name of the Dockerfile (default: `PATH/Dockerfile`) |
2929
| `--iidfile` | `string` | | Write the image ID to the file |
30-
| `--invoke` | `string` | | Invoke a command after the build [experimental] |
30+
| `--invoke` | `string` | | Invoke a command after the build |
3131
| `--label` | `stringArray` | | Set metadata for an image |
3232
| [`--load`](#load) | | | Shorthand for `--output=type=docker` |
3333
| [`--metadata-file`](#metadata-file) | `string` | | Write build result metadata to the file |
@@ -36,16 +36,16 @@ Start a build
3636
| `--no-cache-filter` | `stringArray` | | Do not cache specified stages |
3737
| [`-o`](#output), [`--output`](#output) | `stringArray` | | Output destination (format: `type=local,dest=path`) |
3838
| [`--platform`](#platform) | `stringArray` | | Set target platform for build |
39-
| `--print` | `string` | | Print result of information request (e.g., outline, targets) [experimental] |
39+
| `--print` | `string` | | Print result of information request (e.g., outline, targets) |
4040
| [`--progress`](#progress) | `string` | `auto` | Set type of progress output (`auto`, `plain`, `tty`). Use plain to show container output |
4141
| [`--provenance`](#provenance) | `string` | | Shorthand for `--attest=type=provenance` |
4242
| `--pull` | | | Always attempt to pull all referenced images |
4343
| [`--push`](#push) | | | Shorthand for `--output=type=registry` |
4444
| `-q`, `--quiet` | | | Suppress the build output and print image ID on success |
45-
| `--root` | `string` | | Specify root directory of server to connect [experimental] |
45+
| `--root` | `string` | | Specify root directory of server to connect |
4646
| [`--sbom`](#sbom) | `string` | | Shorthand for `--attest=type=sbom` |
4747
| [`--secret`](#secret) | `stringArray` | | Secret to expose to the build (format: `id=mysecret[,src=/local/secret]`) |
48-
| `--server-config` | `string` | | Specify buildx server config file (used only when launching new server) [experimental] |
48+
| `--server-config` | `string` | | Specify buildx server config file (used only when launching new server) |
4949
| [`--shm-size`](#shm-size) | `bytes` | `0` | Size of `/dev/shm` |
5050
| [`--ssh`](#ssh) | `stringArray` | | SSH agent socket or keys to expose to the build (format: `default\|<id>[=<socket>\|<key>[,<key>]]`) |
5151
| [`-t`](https://docs.docker.com/engine/reference/commandline/build/#tag), [`--tag`](https://docs.docker.com/engine/reference/commandline/build/#tag) | `stringArray` | | Name and optionally a tag (format: `name:tag`) |

docs/reference/buildx_debug-shell.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ Start a monitor
88
| Name | Type | Default | Description |
99
|:------------------|:---------|:--------|:-----------------------------------------------------------------------------------------|
1010
| `--builder` | `string` | | Override the configured builder instance |
11-
| `--detach` | | | Detach buildx server (supported only on linux) [experimental] |
11+
| `--detach` | | | Detach buildx server (supported only on linux) |
1212
| `--progress` | `string` | `auto` | Set type of progress output (`auto`, `plain`, `tty`). Use plain to show container output |
13-
| `--root` | `string` | | Specify root directory of server to connect [experimental] |
14-
| `--server-config` | `string` | | Specify buildx server config file (used only when launching new server) [experimental] |
13+
| `--root` | `string` | | Specify root directory of server to connect |
14+
| `--server-config` | `string` | | Specify buildx server config file (used only when launching new server) |
1515

1616

1717
<!---MARKER_GEN_END-->

0 commit comments

Comments
 (0)