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: Properly support remote docker daemon over ssh #511

Merged
merged 1 commit into from
May 30, 2024

Conversation

rajiv-k
Copy link
Contributor

@rajiv-k rajiv-k commented Feb 17, 2024

This issue looks like a possible regression. This PR fixes the issue with connecting to remote docker daemon over SSH.

Fixes #510

@joihn
Copy link

joihn commented May 30, 2024

I am affected by this bug on Version: 0.23.3
@jesseduffield could this be merged ?

@jesseduffield jesseduffield merged commit 06ab7b7 into jesseduffield:master May 30, 2024
5 checks passed
@jesseduffield
Copy link
Owner

@joihn can you let me know if this works on your end

@joihn
Copy link

joihn commented May 30, 2024

I wanted to build via docker, golang image with ALPINE_VERSION=3.15 was not availble on docker hub anymore

ERROR: failed to solve: golang:1.20-alpine3.15: docker.io/library/golang:1.20-alpine3.15: not found

I had to use this #495 (maybe it could be merged also )
in order to compile my own binary via docker, extract it from the container, then run it on my host

and I can confirm it work, thanks :)

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.

Connecting to remote docker host over ssh is broken
3 participants