Commit 30908ac
Enable Docker BuildKit for faster image builds
Enables BuildKit in both CI and local development:
- Set DOCKER_BUILDKIT=1 in GitHub Actions workflow
- Set DOCKER_BUILDKIT=1 in Rakefile for local runs
Benefits:
- Faster image builds with improved layer caching
- Better build output with progress information
- Parallel build stage execution
- More efficient use of build cache across runs
- Better handling of multi-stage builds
BuildKit is Docker's next-generation build system and is now
the default in Docker Desktop and newer Docker versions.
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>1 parent 03246a7 commit 30908ac
2 files changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
4 | 7 | | |
5 | 8 | | |
6 | 9 | | |
| |||
0 commit comments