maaroen/Buildkit build and push image
Build docker image using buildkits buildctl
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| context-folder | Folder to use as context during image build | no | . |
| dockerfile-folder | Location of the Dockerfile to build the image | no | . |
| platforms | Platform(s) that the image should be build for, multiple platforms can be specified comma separated (linux/amd64,linux/arm64) | yes | "" |
| dockerfile-name | Name of the Dockerfile to use for the build | no | Dockerfile |
| tags | Tags to build to the image | yes | "" |
| buildkit-daemon-address | Address of the buildkit daemon to use | yes | "" |
| push | Defines whether the image should be pushed to the registry or not, default is true | no | true |
| build-args | Build arguments to be passed to the build | no | — |
| use-registry-cache | Wether to cache layers in a registry for faster subsequent builds | no | true |
| cache-mode | Wether to use min or max mode for caching (max caches all layers, min the resulting image) | no | max |
Outputs
no outputs