-
Notifications
You must be signed in to change notification settings - Fork 959
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
Runner version 2.320.0 no longer has SSH installed #3490
Comments
So let me get this straight... GitHub requires you to update to the latest stable version of the runner every month, otherwise your runners will just stop working. Then when you update to the latest version of the runner image, SSH mysteriously disappears and breaks most CI workflows. Fantastic. 👏 |
I had a python build working like a breeze on the 319 version and after couple of days the same build is running for 50 mins plus and fails on me. Sigh! |
I can't find we have
What runner image did you guys used? |
All I can say is that running 2.319.1 cloning repositories using SSH as authentication method was working perfectly, the only thing that changed over the weekend was version 2.320.0 was released and things magically started breaking.
The thing that gets me the most is that you cannot even do anything if you are using hosted runners... 🙈 |
If I would guess, ssh could be a recommend dependency of git. Line 50 in 9b3b554
So ssh is like before not in the image, but every image that extends this and did apt install git manually did install ssh implicitly before, now with git already installed ssh is never requested for installation via git.
Those have a really different much bigger image |
We also noticed that we had to install sqlite3 and terraform on the latest ubuntu images which we did not have to do previously. What is happening here? |
Describe the bug
As of version 2.320.0 it seems that SSH is no longer installed causing issues downloading submodules or using git's ssh access.
To Reproduce
Steps to reproduce the behavior:
Try downloading a git repository using ssh with the latest version of the runner.
Expected behavior
Downloading git repositories with ssh should be working
Runner Version and Platform
2.320.0
Linux
What's not working?
Downloading repositories using SSH configuration is no longer working as of 2.320.0.
This was working fine with version 2.319.1 (previous version).
Job Log Output
The text was updated successfully, but these errors were encountered: