-
Notifications
You must be signed in to change notification settings - Fork 507
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
include default ssh socket when given an ssh-based git url #581
include default ssh socket when given an ssh-based git url #581
Conversation
Signed-off-by: Alex Couture-Beil <[email protected]>
@tonistiigi here's my changes to make use of moby/buildkit#2056 I'm unsure how I should update go.mod; if I run |
@alexcb You can just update to go.mod file to point to the sha and then run |
- updated buildkit to current code in master via: go mod edit -require github.com/moby/buildkit@master && go mod tidy && ./hack/update-vendor Signed-off-by: Alex Couture-Beil <[email protected]>
thanks for guiding me through the process @tonistiigi , I wasn't sure if it was expected for this PR to end up being 312 files changed. |
…d line - fixes moby/buildkit#2040 with a similar fix which was done in docker/buildx#581 Signed-off-by: Alex Couture-Beil <[email protected]>
- this fixes moby/buildkit#2040 by enabling ssh forwarding when a remote address is given on the command line, this is a similar fix to docker/buildx#581 Signed-off-by: Alex Couture-Beil <[email protected]>
- this fixes moby/buildkit#2040 by enabling ssh forwarding when a remote address is given on the command line, this is a similar fix to docker/buildx#581 Signed-off-by: Alex Couture-Beil <[email protected]>
- this fixes moby/buildkit#2040 by enabling ssh forwarding when a remote address is given on the command line, this is a similar fix to docker/buildx#581 Signed-off-by: Alex Couture-Beil <[email protected]>
- this fixes moby/buildkit#2040 by enabling ssh forwarding when a remote address is given on the command line, this is a similar fix to docker/buildx#581 Signed-off-by: Alex Couture-Beil <[email protected]>
- this fixes moby/buildkit#2040 by enabling ssh forwarding when a remote address is given on the command line, this is a similar fix to docker/buildx#581 Signed-off-by: Alex Couture-Beil <[email protected]>
- this fixes moby/buildkit#2040 by enabling ssh forwarding when a remote address is given on the command line, this is a similar fix to docker/buildx#581 Signed-off-by: Alex Couture-Beil <[email protected]> Upstream-commit: af1bb80c3482d1395123af3037bb5ecf5feb5a7e Component: cli
- this fixes moby/buildkit#2040 by enabling ssh forwarding when a remote address is given on the command line, this is a similar fix to docker/buildx#581 Signed-off-by: Alex Couture-Beil <[email protected]> (cherry picked from commit af1bb80)
Signed-off-by: Alex Couture-Beil [email protected]