Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v0.13.0-beta1 regression] /run/buildkit is inaccessible for socket users #4618

Closed
AkihiroSuda opened this issue Feb 3, 2024 · 2 comments · Fixed by #4619
Closed

[v0.13.0-beta1 regression] /run/buildkit is inaccessible for socket users #4618

AkihiroSuda opened this issue Feb 3, 2024 · 2 comments · Fixed by #4619
Labels
Milestone

Comments

@AkihiroSuda
Copy link
Member

The following /etc/buildkit/buildkitd.toml configuration is useless in BuildKit v0.13 (beta) because /run/buildkit is not accessible for GID=1001

[grpc]
  gid=1001

v0.12.5 (works):

$ ls -ldn /run/buildkit/
drwxrwx--- 2 0 1001 60 Feb  3 16:31 /run/buildkit/
$ ls -ln /run/buildkit/buildkitd.sock 
srw-rw---- 1 0 1001 0 Feb  3 16:31 /run/buildkit/buildkitd.sock

v0.13.0-beta1, beta2, beta3 (broken):

$ ls -ldn /run/buildkit/
drwxrwx--- 2 0 0 80 Feb  3 16:32 /run/buildkit/
$ ls -ln /run/buildkit/buildkitd.sock 
ls: cannot access '/run/buildkit/buildkitd.sock': Permission denied
@AkihiroSuda AkihiroSuda added this to the v0.13.0 milestone Feb 3, 2024
@AkihiroSuda
Copy link
Member Author

Regression in a7690c5 set tracing socket path to runtime dir (#4078)

@AkihiroSuda
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant