ilteoood/Customizable Docker Buildx
Configure docker to be used with buildx
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tag | Tags (comma separated) to apply to the image | — | latest |
| imageName | Name of the image | yes | — |
| dockerFile | Name of the Dockerfile | — | Dockerfile |
| buildArg | Build arguments (comma separated) used to build the image | — | "" |
| publish | Indicate if the builded image should be published on a registry | — | false |
| platform | Platforms (comma separated) that should be used to build the image | — | linux/amd64,linux/arm64,linux/arm/v7 |
| dockerUser | User that will publish the image, if indicated | — | — |
| dockerPassword | Password of the dockerUser | — | — |
| dockerServer | Server to login against | — | "" |
| load | Indicate if you want to load image into docker | — | false |
| target | Set the target build stage to build | — | "" |
| label | Labels (comma separated) to apply to the image | — | "" |
| context | Set the context path | — | . |
Outputs
no outputs