Skip to content

Commit 0e96a13

Browse files
eoinfennessyclaude
andcommitted
fix: run build container as host user for DinD compatibility
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f62db04 commit 0e96a13

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build/run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ else
1616
fi
1717

1818
exec "$runtime" run --rm \
19+
--user "$(id -u):$(id -g)" \
1920
-v "$REPO_ROOT:/workspace:z" \
2021
-w /workspace \
2122
"$IMAGE" \

0 commit comments

Comments
 (0)