Runner-scale-set with Ubuntu 20.04 #3332
Unanswered
serbantarmure
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I want to use a runner based on the Ubuntu 20.04 instead of Ubuntu 22.
I got the base image that is used by the action-runner-set here and I changed
jammy
withfocal
. I pushed the image to the registry but when I try to deploy the action-runner-set with that image I getfailed container "runner" in pod "runner-test-set-jftwc-runner-jppkm" is waiting to start: ContainerCreating for gha-runner-scale-set-main-test-0/runner-test-set-jftwc-runner-jppkm (runner)
This is how my
values.yaml
file looks like:P.S. If I use this image
ghcr.io/actions/actions-runner:latest
it's working fine.Do you know what am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions