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

Pass all git-related auth via supported buildkit constructs #103

Open
vladaionescu opened this issue Jul 10, 2020 · 1 comment
Open

Pass all git-related auth via supported buildkit constructs #103

vladaionescu opened this issue Jul 10, 2020 · 1 comment
Assignees
Labels
type:enhancement Small feature requests / adjustments

Comments

@vladaionescu
Copy link
Member

Currently git auth is passed automatically to the buildkit daemon via some mounts and env vars. This requires meddling with the buildkit daemon in a manner that is difficult to translate to a build-in-the-cloud setup. A better approach is to pass in this auth via the client-daemon connection:

@vladaionescu vladaionescu added the type:enhancement Small feature requests / adjustments label Jul 10, 2020
@mxey
Copy link

mxey commented May 2, 2022

For ssh-based auth, buildkit requires moby/buildkit#1564

This has apparently been implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:enhancement Small feature requests / adjustments
Projects
Status: No status
Development

No branches or pull requests

3 participants