-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
Description
Bug Overview
I've been running the docker-compose e2e tests and noticed that some processes dumped core and the culprit was the nginx:alpine image that sets STOPSIGNAL to SIGQUIT, which dumps core, thus filling up space in the filesystem and risking exposing whatever is stored on memory.
Expected Behavior
This image shouldn't have a STOPSIGNAL that dumps core.
Steps to Reproduce the Bug
Run the docker image and stop it.
Environment Details
openSUSE Tumbleweed.
Additional Context
Disabling dumping core is not an option.