docker-github-actions-runner icon indicating copy to clipboard operation
docker-github-actions-runner copied to clipboard

Q: "Full" runner images

Open basz opened this issue 2 years ago • 2 comments

I'm sure this has been asked before. But is it true that these provided runner images are not equivalent to github own images to run actions? I seem to need to manually install chromium that comes 'for free' with github runners.

I would love a 'full' variant even if it's big.

https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20231016.1

basz avatar Oct 19 '23 09:10 basz

I'd like to keep parity, so if its officially installed and there's a consistent way to install it across the OS matrix I support I'm all for PR's

myoung34 avatar Oct 31 '23 13:10 myoung34

note that the link above is what's installed for a VM image.

GitHub have a few Dockerfiles for containerized runners, one of which is here: https://github.com/actions/runner/blob/main/images/Dockerfile but it is extremely basic.

Others can be found here: https://github.com/actions/actions-runner-controller/tree/master/runner

The standard "full-fat" images won't work without modification, which means you'll need to maintain the modifications. Several pieces of software are installed as services, for example, and containers don't support systemd, which means these software packages won't install.

naikrovek avatar Jan 03 '24 13:01 naikrovek

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] avatar Jun 21 '24 02:06 github-actions[bot]

This issue was closed because it has been stalled for 5 days with no activity.

github-actions[bot] avatar Jun 26 '24 02:06 github-actions[bot]