maaroen/Buildkit build and push image

Build docker image using buildkits buildctl

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
context-folderFolder to use as context during image buildno.
dockerfile-folderLocation of the Dockerfile to build the imageno.
platformsPlatform(s) that the image should be build for, multiple platforms can be specified comma separated (linux/amd64,linux/arm64)yes""
dockerfile-nameName of the Dockerfile to use for the buildnoDockerfile
tagsTags to build to the imageyes""
buildkit-daemon-addressAddress of the buildkit daemon to useyes""
pushDefines whether the image should be pushed to the registry or not, default is truenotrue
build-argsBuild arguments to be passed to the buildno
use-registry-cacheWether to cache layers in a registry for faster subsequent buildsnotrue
cache-modeWether to use min or max mode for caching (max caches all layers, min the resulting image)nomax

no outputs