Runner Scale Sets mode "git command not found." - Software installed on the runner image #2865
-
hello. we are migrations self-hosted actions runner controller to runner scale sets mode. summerwind runner dockerfile +) we are using latest version (v0.5.0) using gha-runner-scale-set Helm Chart. |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 8 replies
-
We're seeing the same issue running CI on our GKE |
Beta Was this translation helpful? Give feedback.
-
Having same issue as well. Would be nice to at least have git cli installed. Making migrating from legacy to ARC more of a pain |
Beta Was this translation helpful? Give feedback.
-
The runner image ships only with the dependencies needed for the runner binaries function nothing else. At the moment, the plan is to publish a slim image that you can build on top of. We do not intend to add any 3rd party tools to the runner image, that will be the responsibility of end users. You can review our documentation here: https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/about-actions-runner-controller#software-installed-in-the-arc-runner-image |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm not sure my problem related to this topic or not but I can run Here's command I try to run:
and here is output:
Can anyone help me with this? |
Beta Was this translation helpful? Give feedback.
-
This issue is literally me the only thing stopping me moving from the legacy version to ARC... I have other issues but they're not show stoppers like this. Not having git cli is incredulous. |
Beta Was this translation helpful? Give feedback.
-
Oh my days, The GitHub gods are shining on us. I randomly picked this back up after nearly 2 months and was resigned to having to build/maintain my own runner. However I thought i'd just redeploy everything one last time to confirm in the issue (git cli missing) was still present but noticed my workflow was green 💯 A bit of digging around confirms the latest runner actually does in fact contain the git cli - https://github.com/actions/runner/releases/tag/v2.320.0 THANK you for doing this guys - I know as a community we moan but this is genuinely very much appreciated 🥇 |
Beta Was this translation helpful? Give feedback.
The runner image ships only with the dependencies needed for the runner binaries function nothing else. At the moment, the plan is to publish a slim image that you can build on top of. We do not intend to add any 3rd party tools to the runner image, that will be the responsibility of end users.
You can review our documentation here: https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/about-actions-runner-controller#software-installed-in-the-arc-runner-image