When building result files that use container types like oci or docker, kiwi creates them as archive tarballs with an extension prefix to indicate the special nature of the archive. However, the bundler code does not retain the prefix, which results in the wrong file extension for these archives. This change adds exceptions for these types and refactors the exception handling to unify it with the Vagrant image filename handling, which operates similarly. Fixes: https://github.com/OSInside/kiwi/issues/2628 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| base_test.py | ||
| image_info_test.py | ||
| image_resize_test.py | ||
| result_bundle_test.py | ||
| result_list_test.py | ||
| system_build_test.py | ||
| system_create_test.py | ||
| system_prepare_test.py | ||
| system_update_test.py | ||