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
With debian (eg. slim) based images, sh will take hold of PID 1, thus preventing signals from being propagated to the intended command. This is not an issue with alpine images. But we want these templates to be agnostic of linux distribution.
0 commit comments