warpbuilds/Docker Configure By WarpBuild
Configures WarpBuild's Remote Docker Builders
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api-key | The API key for the WarpBuild API. This is not required in case of using WarpBuild runners | no | — |
| profile-name | The profile name to use for the WarpBuild Docker Builders. If you want to use multiple profiles for fallback, you can separate them with a comma. | yes | — |
| should-setup-buildx | Whether to run setup-buildx automatically or not, if false only the outputs will be returned | no | true |
| timeout | The timeout(in ms) to wait for the Docker Builders to be ready. By default, it is 5 minutes | no | 300000 |
Outputs
| name | description |
|---|---|
| docker-builder-node-0-endpoint | The first Docker builder endpoint. |
| docker-builder-node-0-platforms | The platforms supported by the first Docker builder. |
| docker-builder-node-0-cacert | The CA certificate for the first Docker builder. |
| docker-builder-node-0-cert | The client certificate for the first Docker builder. |
| docker-builder-node-0-key | The client key for the first Docker builder. |
| docker-builder-node-1-endpoint | The second Docker builder endpoint (if available). |
| docker-builder-node-1-platforms | The platforms supported by the second Docker builder. |
| docker-builder-node-1-cacert | The CA certificate for the second Docker builder. |
| docker-builder-node-1-cert | The client certificate for the second Docker builder. |
| docker-builder-node-1-key | The client key for the second Docker builder. |