useblacksmith/Setup Docker Builder

Sets up a Docker buildkitd builder with sticky disk cache for improved build performance

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
buildx-versionBuildx version. (e.g., v0.23.0, latest)nov0.23.0
platformsList of target platforms for build (e.g., linux/amd64,linux/arm64,linux/arm/v7)no
nofallbackIf true, fail the action if Blacksmith builder setup fails instead of falling back to local buildernofalse
github-tokenGitHub token for GitHub API accessno
buildkit-versionBuildKit version to install (e.g., v0.16.0, v0.18.0). If not specified, uses system defaultno
skip-integrity-checkIf true, skip the bbolt database integrity checknofalse
driver-optsList of additional driver-specific options (e.g., env.VARIABLE=value)no
max-parallelismMaximum number of concurrent BuildKit RUN steps. Defaults to the number of vCPUs on the runner.no
max-cache-size-mbAmount of build cache to retain after pruning, in MB (e.g., 409600 for 400GB). If not set, pruning is skipped.no

no outputs