include default ssh socket when given an ssh-based git url#581
include default ssh socket when given an ssh-based git url#581tonistiigi merged 2 commits intodocker:masterfrom
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]