Mercurial > p > roundup > code
diff CHANGES.txt @ 7308:24cbf3a41e8a
Use dumb-init in Dockerfile; chown tracker directory to proper uid
Use dumb-init so proceses started from Roundup get properly reaped if
they exit after the Roundup server instance.
Also chown the tracker mount directory to the specified uid/gid.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 10 May 2023 17:53:47 -0400 |
| parents | ab0ea9f03866 |
| children | 577ffdb76754 |
line wrap: on
line diff
--- a/CHANGES.txt Wed May 10 16:49:34 2023 -0400 +++ b/CHANGES.txt Wed May 10 17:53:47 2023 -0400 @@ -84,6 +84,10 @@ - fix crash due to invalid initialization/reset of configuration.py option_validators. Crashed roundup-admin on second command if an option_validator was added by a detector or extension. (John Rouillard) +- Dockerfile uses dumb-init to properly wait for child/zombie + processes. Defense against child process starting from detector + and becoming a zombie when its roundup-server instance exits. + (John Rouillard) Features:
