Go to file
Dustin 167075ecb5
ContainerImages/jenkins-base/pipeline/head This commit looks good Details
Install and use tini
Using `python` as PID 1 like this doesn't actually work because PID 1
doesn't have any default signal handlers.  Thus, when the container
runtime tries to stop the container by sending SIGTERM to the main
process, nothing happens and it eventually has to send SIGKILL to stop
it.  By using a "real" init process as PID 1, we can be sure that signal
handlers are set up correctly, plus, we won't leave a bunch of zombie
processes while the container is running.
2025-02-07 19:49:22 -06:00
Containerfile Install and use tini 2025-02-07 19:49:22 -06:00
Jenkinsfile Initial commit 2022-11-06 20:56:35 -06:00
dch-root-ca.crt Add dch-root-ca.crt 2025-02-01 17:54:01 -06:00