Skip to content

Releases: useblacksmith/setup-docker-builder

v1.4.0

06 Feb 18:44
ef12d5b

Choose a tag to compare

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

18 Dec 19:51
33fed32

Choose a tag to compare

What's Changed

Other Changes

  • add explicit dns nameservers to buildkitd config by @taha-au in #59

Full Changelog: v1.2.0...v1.3.0

v1.2.0

22 Nov 19:44
53647ab

Choose a tag to compare

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

13 Nov 20:18
f9b57e1

Choose a tag to compare

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

13 Nov 20:04
78f4168

Choose a tag to compare

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@v1

See README for full documentation.