 
|
d4caa7e065
|
Dockerfile: Improve signal handling by adding a runtime init (#180)
This adds tini as a runtime init (https://github.com/krallin/tini). It improves signal handling for the container, see https://github.com/krallin/tini#why-tini.
An alternative could be to run the container with `docker run --init ...` which also places tini as a runtime init as PID 1.
Co-authored-by: sando38 <[email protected]>
Reviewed-on: https://gitea.com/gitea/act_runner/pulls/180
Reviewed-by: Jason Song <[email protected]>
Co-authored-by: sando38 <[email protected]>
Co-committed-by: sando38 <[email protected]>
|
2023-05-09 16:09:48 +08:00 |
|