qtvhao/Docker Setup Buildx
Set up Docker Buildx
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 30, 2024
- License
- None
Pinned Snippet
uses: qtvhao/fai-project-debian-privileged@21c9dc41608732552d57da65494c8a7cc0ed78b2 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Buildx version. (eg. v0.3.0) | no | — |
| driver | Sets the builder driver to be used | no | docker-container |
| driver-opts | List of additional driver-specific options. (eg. image=moby/buildkit:master) | no | — |
| buildkitd-flags | BuildKit daemon flags | no | --allow-insecure-entitlement security.insecure --allow-insecure-entitlement network.host |
| buildkitd-config | BuildKit daemon config file | no | — |
| buildkitd-config-inline | Inline BuildKit daemon config | no | — |
| install | Sets up docker build command as an alias to docker buildx build | no | false |
| use | Switch to this builder instance | no | true |
| endpoint | Optional address for docker socket or context from `docker context ls` | no | — |
| platforms | Fixed platforms for current node. If not empty, values take priority over the detected ones | no | — |
| append | Append additional nodes to the builder | no | — |
| cache-binary | Cache buildx binary to GitHub Actions cache backend | no | true |
| cleanup | Cleanup temp files and remove builder at the end of a job | no | true |
| config | BuildKit daemon config file | no | — |
| config-inline | Inline BuildKit daemon config | no | — |
Outputs
| name | description |
|---|---|
| name | Builder name |
| driver | Builder driver |
| platforms | Builder node platforms (preferred or available) |
| nodes | Builder nodes metadata |
| endpoint | Builder node endpoint (deprecated, use nodes output instead) |
| status | Builder node status (deprecated, use nodes output instead) |
| flags | Builder node flags (deprecated, use nodes output instead) |