actions-runner-controller/runner
Thejas N 588872a316
feat: allow ephemeral runner to be optional (#498)
- Adds `ephemeral` option to `runner.spec` 
    
    ```
      ....
      template:
         spec:
             ephemeral: false
             repository: mumoshu/actions-runner-controller-ci
      ....
    ```
- `ephemeral` defaults to `true`
- `entrypoint.sh` in runner/Dockerfile modified to read `RUNNER_EPHEMERAL` flag
- Runner images are backward-compatible. `--once` is omitted only when the new envvar `RUNNER_EPHEMERAL` is explicitly set to `false`.

Resolves #457
2021-05-02 19:04:14 +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 Locally build runner image instead of pulling it (#473) 2021-05-01 15:10:57 +09:00
Dockerfile.dindrunner Locally build runner image instead of pulling it (#473) 2021-05-01 15:10:57 +09:00
Dockerfile.ubuntu.1804 Locally build runner image instead of pulling it (#473) 2021-05-01 15:10:57 +09:00
Makefile chore: bump runner (#486) 2021-04-27 08:38:40 +09:00
entrypoint.sh feat: allow ephemeral runner to be optional (#498) 2021-05-02 19:04:14 +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 feat: Docker registry mirror (#478) 2021-04-25 14:04:01 +09:00