kiwi-el8/test/unit/oci_tools
Marcus Schäfer 1737219b2e
Add support for stopsignal in containerconfig
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
2024-05-02 16:27:14 +02:00
..
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
base_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
buildah_test.py Add support for stopsignal in containerconfig 2024-05-02 16:27:14 +02:00
init_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
umoci_test.py Add support for stopsignal in containerconfig 2024-05-02 16:27:14 +02:00