Open akomakom opened 6 years ago
In my testing, copying kernel32.dll from the host into the container resolves this issue. (Also, avoiding -t if using docker run).
I'd still like to know whether anybody else is experiencing this problem or if I'm doing something wrong.
@akomakom thanks for reporting this and updating with your findings. I've not being using ssh with Jenkins, so have not come across this issue before.
None of the executables under c:\Program Files\git\usr\bin** work in docker for me, including ssh.exe Do they work for anyone else?
ENV
Error
Same for every binary in that directory. Is this my issue or a global issue?
Due to this, Jenkins cannot check out using system git because ssh.exe doesn't work. I am using system git globally in Jenkins (and, as a consequence, in docker slaves) because of issues with JGit.