Commit d81876a
committed
add dumb-init entry point (ansible#109)
this allows the container instance to handle the SIGTERM correctly and terminate the application.
we are experiencing timeout while stoping the container this fix should handle this situations, without waiting for podman or docker to kill the process.
https://issues.redhat.com/browse/AAP-55964
Signed-off-by: Djebran Lezzoum <ldjebran@gmail.com>
(cherry picked from commit a82bf07)1 parent 5630f23 commit d81876a
4 files changed
+18
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
87 | 88 | | |
88 | 89 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments