kiwi-el8/test/unit/container/setup
Marcus Schäfer ce9b1ccc08
Added option to set the image target architecture
The option --target-arch allows to set the architecture
used to build the image. By default this is the host
architecture. Please note, if the specified architecture
name does not match the host architecture and is therefore
requesting a cross architecture image build, it's important
to understand that for this process to work a preparatory
step to support the image architecture and binary format
on the building host is required and is not considered a
responsibility of kiwi. There will be a followup effort
on providing a plugin for kiwi which should be used to
manage the needed binfmt settings for cross arch image
builds
2021-04-14 12:53:28 +02:00
..
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
appx_test.py Added option to set the image target architecture 2021-04-14 12:53:28 +02:00
base_test.py Get default maintainer and author from image description 2020-09-21 10:24:31 +02:00
docker_test.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
init_test.py Refactor container factory classes 2020-12-15 20:19:10 +01:00
oci_test.py Cleanup fstab handling for containers 2020-03-18 14:12:54 +01:00