2023-12-20 12:55:40 +00:00
|
|
|
summary: Build image
|
|
|
|
require:
|
|
|
|
- distribution-gpg-keys
|
|
|
|
- git-core
|
|
|
|
- kiwi
|
2024-02-24 19:56:31 +00:00
|
|
|
- kiwi-systemdeps-containers
|
|
|
|
- kiwi-systemdeps-disk-images
|
2023-12-20 12:55:40 +00:00
|
|
|
- libselinux-utils
|
|
|
|
framework: shell
|
|
|
|
path: /
|
|
|
|
test: |
|
2024-11-17 01:18:31 +00:00
|
|
|
./kiwi-build --debug --image-type="$image_type" --image-profile="$image_profile" --kiwi-description-dir="${TMT_TREE}" --kiwi-file="$kiwi_file" --output-dir="${TMT_TEST_DATA}" --image-release="$(date --utc +'%Y%m%d.%H%M')"
|
2024-11-23 20:43:20 +00:00
|
|
|
mv ${TMT_TEST_DATA}-build/build/image-root.log ${TMT_TEST_DATA}
|
|
|
|
rm -rf "${TMT_TEST_DATA}-build"
|
2023-12-20 12:55:40 +00:00
|
|
|
duration: 60m
|