This is a customized version of the official actions/runner container image, primarily intended for use with ARC.
Differences from official image:
- Support for using various
setup-*
actions likeruby/setup-ruby
andactions/setup-go
. - Includes the GitHub CLI tool (
gh
). - Support for using
docker compose
/docker-compose
commands.
Customize your runner to use ghcr.io/krystal/actions-runner:latest
instead or
ghcr.io/actions/actions-runner:latest
.