WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
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,14 @@ 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. This
116
+
> input is not necessary when building with our actions like
117
+
> `docker/build-push-action` or `docker/bake-action`. If you are still building
118
+
> with the `docker build` command then you can set the `BUILDX_BUILDER`
119
+
> environment variable, or you can just directly invoke the
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