kiwi-el8/kiwi/oci_tools
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
..
__init__.py Import modules in OCI.new() explicitly 2023-07-24 18:03:36 +02:00
base.py Move OCI to context manager 2024-02-13 22:35:52 +01:00
buildah.py Move OCI to context manager 2024-02-13 22:35:52 +01:00
umoci.py Fixed conditional options evaluation 2023-03-05 14:29:45 +01:00