You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Ubuntu 22.04 LTS as base image and running a couple child processes spawned by my entrypoint script in exec mode. I've installed tini via apt and the version is 0.19.0. However, even when I start tini as PID 1, it is not sending SIGTERM to my child processes as I expected. What am I missing here?