kiwi-el8/kiwi/container
Marcus Schäfer cd052c0558
Move OCI to context manager
Change the OCI Factory to be a context manager.
All code using OCI was updated to the following
with statement:

    with OCI(...).new as oci:
        oci.some_member()

This is related to Issue #2412
2024-02-13 22:35:52 +01:00
..
setup Stop copying /dev files statically into the OCI container 2022-10-22 08:09:46 +02:00
__init__.py Add ContainerImageBase abstract base class for OCI & Appx 2023-08-01 08:19:22 +02:00
appx.py Add better type hints to ContainerImageOCI and ContainerImageAppx 2023-08-01 08:19:22 +02:00
base.py Fixed linter errors 2023-08-01 09:25:59 +02:00
oci.py Move OCI to context manager 2024-02-13 22:35:52 +01:00