OSInside / kiwi

KIWI - Appliance Builder Next Generation
https://osinside.github.io/kiwi
GNU General Public License v3.0
282 stars 142 forks source link

Add support for stopsignal in containerconfig #2545

Closed schaefi closed 2 months ago

schaefi commented 2 months ago

Allow to specify the stopsignal via the containerconfig element as the following example shows

<type image="docker">
    <containerconfig ...>
        <stopsignal>SIGINT</stopsignal>
    </containerconfig>
</type>

This Fixes #2543