Skip to content

Commit 05aeb92

Browse files
assaf758claude
andauthored
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

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ DEB_PATH = iguazio_deb
2525

2626
.PHONY: build
2727
build:
28-
docker build --progress=plain --tag flex-fuse:unstable .
28+
DOCKER_BUILDKIT=0 docker build --progress=plain --tag flex-fuse:unstable .
2929

3030
.PHONY: download
3131
download:

0 commit comments

Comments
 (0)