Skip to content

Commit 43ee6a1

Browse files
committed
Fix buildkit guestSocket
Signed-off-by: Tamir Daniely <[email protected]>
1 parent ea76fd3 commit 43ee6a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/buildkit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ containerd:
3030
user: true
3131

3232
portForwards:
33-
- guestSocket: "/run/user/{{.UID}}/buildkit/buildkitd.sock"
33+
- guestSocket: "/run/user/{{.UID}}/buildkit-default/buildkitd.sock"
3434
hostSocket: "{{.Dir}}/sock/buildkitd.sock"

0 commit comments

Comments
 (0)