Releases: useblacksmith/setup-docker-builder
Releases · useblacksmith/setup-docker-builder
v1.4.0
What's Changed
Other Changes
- feat: add explicit durability flush after unmount (BLA-3202) by @adityamaru in #60
Full Changelog: v1.3.0...v1.4.0
v1.3.0
v1.2.0
What's Changed
Other Changes
- fix: skip step-checker in container jobs where _diag is not accessible by @adityamaru in #53
- setup-docker-builder: add boltdb integrity check metrics by @adityamaru in #54
- Add buildkitd version logging to action output by @adityamaru in #56
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
Other Changes
- fix: use systemd-run RuntimeMaxSec instead of timeout command by @pbardea in #42
- feat: log parent snapshot and clone names from sticky disk response by @pbardea in #43
- feat: add check for lost+found directory after disk mount by @pbardea in #45
- feat: add driver-opts support for buildkitd environment variables by @adityamaru in #47
- feat: use pre-installed buildx if available and matches specified verison by @taha-au in #50
- chore: add automated release workflow with semantic versioning by @taha-au in #51
- fix: use actor identity for release tags by @taha-au in #52
New Contributors
Full Changelog: v1.0.0...v1.1.0
v1.0.0
Setup Docker Builder v1.0.0
Initial release of the Setup Docker Builder GitHub Action.
Features
- Sets up buildkitd with a persistent cache stored on a sticky disk
- Automatically mounts the cache at
/var/lib/buildkit - Handles builder lifecycle (start, configure, cleanup)
- Supports multi-platform builds
- Falls back to local builder if Blacksmith setup fails
Usage
- name: Setup Docker Builder
uses: useblacksmith/setup-docker-builder@v1See README for full documentation.