actions-runner-controller/runner
Yusuke Kuoka 85c29a95f5
runner: Add support for ruby/setup-ruby (#224)
It turned out previous versions of runner images were unable to run actions that require `AGENT_TOOLSDIRECTORY` or `libyaml` to exist in the runner environment. One of notable examples of such actions is [`ruby/setup-ruby`](https://github.com/ruby/setup-ruby).

This change adds the support for those actions, by setting up AGENT_TOOLSDIRECTORY and installing libyaml-dev within runner images.
2020-12-06 11:53:38 +09:00
..
patched Use self update ready entrypoint (#99) 2020-10-05 08:58:20 +09:00
supervisor Configurable "runner and DinD in a single container" (#126) 2020-10-20 08:48:28 +09:00
Dockerfile runner: Add support for ruby/setup-ruby (#224) 2020-12-06 11:53:38 +09:00
Makefile [BUG?]: Create mountpoint for /externals/ (#203) 2020-11-25 08:53:47 +09:00
dindrunner.Dockerfile runner: Add support for ruby/setup-ruby (#224) 2020-12-06 11:53:38 +09:00
entrypoint.sh parametrized working directory (#185) 2020-11-25 08:55:26 +09:00
logger.sh Configurable "runner and DinD in a single container" (#126) 2020-10-20 08:48:28 +09:00
modprobe Configurable "runner and DinD in a single container" (#126) 2020-10-20 08:48:28 +09:00
startup.sh Configurable "runner and DinD in a single container" (#126) 2020-10-20 08:48:28 +09:00