Eli Young
Eli Young
This seems like it could be related to [the Linux kernel's special handling of signals on PID 1](https://engineeringblog.yelp.com/2016/01/dumb-init-an-init-for-docker.html). It's possible that `npm` doesn't have handlers configured for `SIGTERM`. If that's...
Fundamentally, it's an issue with Docker, but until a good solution is available, the best answer is to ensure that container images have something in place to handle signals properly....
Yup. You just add an `ENTRYPOINT` line in the base image.
That being said, rather than rely on packages, it makes more sense to just install tini or dumb-init directly, IMO.
The thing is, while the issue as documented here doesn't affect the other s2i images, if you read [my link about Linux's special handling of PID 1](https://engineeringblog.yelp.com/2016/01/dumb-init-an-init-for-docker.html), it becomes apparent...
That should have been unrelated but I’ll test with that build.
The issue remains with that build.
Additional details: adding a Web Service Action to an existing change action does not cause it to show in the change summary when going to save the configuration changes.
This would be particularly helpful for multipart uploads, where one chunk might fail towards the end of a potentially very large upload. With the current behavior, the transfer aborts and...
This happens to me consistently the first time I launch Itch after a reboot. Killing `butler.exe` solves the problem. Potentially relevant: this on a Windows 11 ARM system. itch.txt ```json...