use tini in tecken image
Categories
(Tecken :: General, enhancement)
Tracking
(Not tracked)
People
(Reporter: willkg, Assigned: willkg)
Details
Attachments
(1 file)
In the local dev environment, running CTRL-C to stop the containers takes 10s for the following services:
- oidcprovider
- web
- frontend
It's taking 10s because the process isn't listening to the interrupt, so docker stop eventually has to kill the process.
This covers using tini which will listen for the interrupt and stop the process correctly.
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Comment 1•3 years ago
|
||
| Assignee | ||
Comment 2•3 years ago
|
||
willkg merged PR #2690: "bug 1819191: use tini for services" in 1ab05b6.
This updates web and oidcprovider, but not frontend. The frontend service uses node-14.17.6-slim which is based on stretch and doesn't have tini available. We'll have to wait to fix that until we update node. Cry.
| Assignee | ||
Comment 3•3 years ago
|
||
I deployed the tini changes for oidcprovider and the webapp today in bug #1819718.
Keeping this open until we do the frontend.
| Assignee | ||
Comment 4•2 years ago
|
||
I mistakenly switched the frontend to tini in bug #1738758. That went out with bug #1825022 on March 28th. Marking this as FIXED.
Description
•