Commit 05aeb92
Disable BuildKit to fix docker build on older kernels (#76)
golang:1.24 Debian base introduced a filesystem path that BuildKit's
cache-key walker cannot handle on older kernel versions. Disabling
BuildKit falls back to the classic builder which avoids this issue.
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 61e2a30 commit 05aeb92
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments