Diffstat (limited to 'tmt/plans/container/base')
| -rw-r--r-- | tmt/plans/container/base/build-generic-init.fmf | 9 | ||||
| -rw-r--r-- | tmt/plans/container/base/build-generic-minimal.fmf | 1 | ||||
| -rw-r--r-- | tmt/plans/container/base/build-generic.fmf | 1 |
3 files changed, 11 insertions, 0 deletions
diff --git a/tmt/plans/container/base/build-generic-init.fmf b/tmt/plans/container/base/build-generic-init.fmf new file mode 100644 index 0000000..3a0e82a --- /dev/null +++ b/tmt/plans/container/base/build-generic-init.fmf @@ -0,0 +1,9 @@ +summary: Build Init Generic base container image +discover: + how: fmf +environment: + image_type: oci + image_profile: Container-Base-Generic-Init + kiwi_file: Fedora.kiwi +execute: + how: tmt diff --git a/tmt/plans/container/base/build-generic-minimal.fmf b/tmt/plans/container/base/build-generic-minimal.fmf index ac82294..9c192da 100644 --- a/tmt/plans/container/base/build-generic-minimal.fmf +++ b/tmt/plans/container/base/build-generic-minimal.fmf @@ -4,5 +4,6 @@ discover: environment: image_type: oci image_profile: Container-Base-Generic-Minimal + kiwi_file: Fedora.kiwi execute: how: tmt diff --git a/tmt/plans/container/base/build-generic.fmf b/tmt/plans/container/base/build-generic.fmf index 07b4eb5..c6c71db 100644 --- a/tmt/plans/container/base/build-generic.fmf +++ b/tmt/plans/container/base/build-generic.fmf @@ -4,5 +4,6 @@ discover: environment: image_type: oci image_profile: Container-Base-Generic + kiwi_file: Fedora.kiwi execute: how: tmt |