- 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
|
||
|---|---|---|
| .. | ||
| patched | ||
| supervisor | ||
| Dockerfile | ||
| Dockerfile.dindrunner | ||
| Dockerfile.ubuntu.1804 | ||
| Makefile | ||
| entrypoint.sh | ||
| logger.sh | ||
| modprobe | ||
| startup.sh | ||