feat: add tini to remove zombie git processes#3114
Conversation
|
updating the
|
Good one, however the fix did already work. So I am guessing tini is in the image already. We can update the tools version in the socket file afterwards |
|
The fix seems to work because you added tini to the apl-api Dockerfile. If there is no risk of encountering this issue in core, we can drop this PR. |
Yes there is a risk. If you go in to the apl-operator pod can you also see the same issue. And adding this already removed those processes in there. |
📌 Summary
long running operator contains a lot of zombie git processes. (steveukx/git-js#1062). Recommended is to use tini so that the processes are getting cleaned up
🔍 Reviewer Notes
🧹 Checklist