monkci-inc/MonkCI Setup Docker Builder
Sets up a Docker BuildKit builder with persistent cache for blazing fast builds
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| buildkit-version | BuildKit version (e.g., v0.16.0). Empty uses latest. | no | "" |
| platforms | Target platforms for build (e.g., linux/amd64,linux/arm64) | no | "" |
| nofallback | If true, fail instead of falling back to local builder | no | false |
Outputs
| name | description |
|---|---|
| builder-name | Name of the Docker builder instance |
| cache-hit | Whether an existing cache was found (true/false) |
| volume-name | Cache volume name |
| mount-path | Path where cache is mounted |
| cache-role | Controller-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-sha | Full 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. |