-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Support RUN --mount=type=ssh
for Windows containers
#4837
Comments
@AnastaZIuk -- thanks for checking it out! |
yes I'm running with elevated PS, cmd behaves the same way when launched in elevated mode |
Just posting here my prelimimary findings so far:
I'm suspicious about the |
I see, it's because |
@profnandaa yes, this has been handled elsewhere as well, for most of the same reasons: containerd/continuity#113 I have not looked at the ssh mount code in buildkitd, but if the containerd snapshotter is used, it should not generate this error. Will try to allocate some time to look at this this week. |
Hi, I've been tracking Windows containers support issue for some time and after reading this comment I wanted to check it out.
Unfortunately I have encountered issues when trying to use
RUN --mount=type=ssh
instruction, I'm aware Windows containers + Buildkit is experimental and in development phase so I would like to report a possible bug.My environment is
Reproduction
I have also tried socket syntax
<id>=<socket>
withSSH_AUTH_SOCK
env + all above with git bash shell but with no luck, I get the same errors.The text was updated successfully, but these errors were encountered: