diff options
| author | 2024-05-03 13:28:58 +0000 | |
|---|---|---|
| committer | 2024-07-01 07:58:26 +0000 | |
| commit | d16b188a4d9ea7c2cee05ed203bc6da4f7b21c55 (patch) | |
| tree | 9c14ce51b64422109517606d812d1e5d420f6925 /tmt/plans | |
| parent | 0f501932e7e7d7a51f70e5058a65fcfc2c4e4b94 (diff) | |
| download | kiwi-descriptions-d16b188a4d9ea7c2cee05ed203bc6da4f7b21c55.tar.gz kiwi-descriptions-d16b188a4d9ea7c2cee05ed203bc6da4f7b21c55.zip | |
Introduce a new "fedora-init" image, which is fedora + systemd.
This is similar to "ubi-init" on UBI/RHEL side.
Fixes BZ 2278884.
Diffstat (limited to 'tmt/plans')
| -rw-r--r-- | tmt/plans/container/base/build-generic-init.fmf | 8 |
1 files changed, 8 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..6f17366 --- /dev/null +++ b/tmt/plans/container/base/build-generic-init.fmf @@ -0,0 +1,8 @@ +summary: Build Init Generic base container image +discover: + how: fmf +environment: + image_type: oci + image_profile: Container-Base-Generic-Init +execute: + how: tmt |