monkci-inc/MonkCI Setup Docker Builder

Sets up a Docker BuildKit builder with persistent cache for blazing fast builds

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
buildkit-versionBuildKit version (e.g., v0.16.0). Empty uses latest.no""
platformsTarget platforms for build (e.g., linux/amd64,linux/arm64)no""
nofallbackIf true, fail instead of falling back to local buildernofalse
namedescription
builder-nameName of the Docker builder instance
cache-hitWhether an existing cache was found (true/false)
volume-nameCache volume name
mount-pathPath where cache is mounted
cache-roleController-assigned cache role for this lease: canonical_writer or disposable_clone. Empty when the cache path is disabled or the runner agent predates the output.
bundle-shaFull git SHA of the miglet source this action's bundled binaries were built from. Lets workflows pin/assert bundle provenance instead of trusting a mutable tag. Empty when the bundle predates the output.