Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Minifi docker image is started with the entrypoint using minifi.sh script with run parameter. The script currently does not pass SIGINT or SIGTERM signals to the minifi process when run in docker. This prevents us from stopping the container using CTRL+C when running locally and also terminating the container in a Kubernetes environment when stopping the pods with SIGTERM, resulting in waiting for the grace period to end in every shutdown process.