Fantom-foundation / Norma

Integration project of Carmen and Tosca
GNU Lesser General Public License v3.0
2 stars 9 forks source link

Fix JSONArgsRecommended warning on make #209

Closed rpl-ffl closed 4 months ago

rpl-ffl commented 4 months ago

The following warning is found when running make

 1 warning found (use --debug to expand):
 - JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals (line 51)

Further discussion: https://docs.docker.com/reference/build-checks/json-args-recommended/

This may be why the containers don't respond to SIGTERM and SIGKILL correctly.