kiwi-el8/test/unit/tasks
Marcus Schäfer a349c055c4
Add new containers section
Allow to specify references to OCI containers in the
image description like in the following example:

<containers source="registry.suse.com" backend="podman">
    <container name="some" tag="some" path="/some/path"/>
</containers>

During the kiwi process the containers are fetched into a
temporary location and a systemd service is configured to
one time load the containers into the local registry at
first boot of the system. This Fixes #2663
2024-10-19 18:30:45 +02:00
..
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
base_test.py Fixed wrong log level on --logfile 2024-08-16 12:45:55 +02:00
image_info_test.py Add --list-profiles to image info 2024-05-31 12:38:04 +02:00
image_resize_test.py Move DiskFormat to context manager 2024-02-29 16:42:49 +01:00
result_bundle_test.py Fix bundle extension for vagrant type 2024-09-26 14:00:42 +02:00
result_list_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
system_build_test.py Add new containers section 2024-10-19 18:30:45 +02:00
system_create_test.py Move SystemPrepare to context manager 2024-02-27 15:43:06 +01:00
system_prepare_test.py Add new containers section 2024-10-19 18:30:45 +02:00
system_update_test.py Fixed delta_root build 2024-03-07 15:50:58 +01:00