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

Fix regression /run/buildkit is inaccessible for socket user #4619

Merged
merged 1 commit into from
Feb 6, 2024

Conversation

AkihiroSuda
Copy link
Member

Fix #4618 (regression in v0.13.0-beta1)

Fix issue 4618 (regression in v0.13.0-beta1)

Signed-off-by: Akihiro Suda <[email protected]>
@@ -316,6 +316,13 @@ func main() {
os.RemoveAll(lockPath)
}()

// listeners have to be initialized before the controller
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(This is because newGRPCListeners() is responsible for mkdiring and chowning /run/buildkit.)

Copy link
Member

@crazy-max crazy-max left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@crazy-max crazy-max merged commit db3aaa3 into moby:master Feb 6, 2024
63 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

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