-
Notifications
You must be signed in to change notification settings - Fork 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
Unable to clone a repository with the node docker image #2097
Comments
This might have to do with your network. I can't reproduce locally. |
Thank unto you for your answer. I am able to clone any repos on GitHub on my local computer. However , the errors that I have is on the node image. |
Good Morning All, |
Docker 17 is very old. I would recommend updating that first to see if that helps |
Thank you for your answer. |
It's not the image but the docker engine itself |
Thank you. |
"thread failed to start" sounds like a See also docker-library/official-images#16829. |
Thank you. Let me get back to you soon. |
Closing as these seems like a networking on Docker issue, and not related to this specific image. There are no changes that would happen in this repo that would address your local problem |
Thank you for your feedback. I've switched temporary to a Windows computer. I do not encounter network issue . Therefore, I may perform the test again on CentOs with an updated version of Docker. I was using CentOs Linux 7 that is no longer maintained. I may upgrade a computer to CentOs Linux 8 or CentOs Linux 9 to check the latest Docker version available. Docker version 27.0.3, build 7d4bcd8 |
Environment
Expected Behavior
I shall be able to clone a repository on Github through https or ssh on the node docker image
Current Behavior
While cloning a repository from Github https or ssh, on the node image, an error is showing on
ssh : The authenticity of host can't be established
https:// fatal: unable to access 'https://github.com/json-schema-org/website.git/': getaddrinfo() thread failed to start
Possible Solution
provide key details regarding the dockerfile to help build another image.
Steps to Reproduce
Additional Information
The text was updated successfully, but these errors were encountered: