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
| `buildkitd-config-inline` \* | String | | Same as `buildkitd-config` but inline |
97
-
| `install` | Bool | `false` | Sets up `docker build` command as an alias to `docker buildx` |
97
+
| `install` \* | Bool | `false` | Sets up `docker build` command as an alias to `docker buildx` |
98
98
| `use` | Bool | `true` | Switch to this builder instance |
99
99
| `endpoint` | String | | [Optional address for docker socket](https://docs.docker.com/engine/reference/commandline/buildx_create/#description) or context from `docker context ls` |
100
100
| `platforms` | List/CSV | | Fixed [platforms](https://docs.docker.com/engine/reference/commandline/buildx_create/#platform) for current node. If not empty, values take priority over the detected ones |
@@ -111,6 +111,9 @@ The following inputs can be used as `step.with` keys:
111
111
> [!NOTE]
112
112
> `buildkitd-config` and `buildkitd-config-inline` are mutually exclusive.
113
113
114
+
> [!NOTE]
115
+
> `install` input is deprecated and will be removed in a future release.
description: 'Sets up docker build command as an alias to docker buildx build'
68
+
deprecationMessage: '"docker buildx install" command is deprecated and will be removed in a future release, use BUILDX_BUILDER environment variable instead'
0 commit comments