diff options
| author | 2024-03-06 17:41:28 -0500 | |
|---|---|---|
| committer | 2024-03-06 17:41:28 -0500 | |
| commit | 0becdd4d43205b8eb136b4b1f9177c046d30a7a4 (patch) | |
| tree | e9cd513ab0a09cd46b75da12959fec17fbbeabb0 /tmt/plans | |
| parent | 31d0b2a70f4ba97b88451f877b7bbb7b4d964cc6 (diff) | |
| download | kiwi-descriptions-0becdd4d43205b8eb136b4b1f9177c046d30a7a4.tar.gz kiwi-descriptions-0becdd4d43205b8eb136b4b1f9177c046d30a7a4.zip | |
teams/cloud/container, tmt: Build the container images as OCI images
This incorporates the labels that are expected for Fedora images.
Diffstat (limited to 'tmt/plans')
| -rw-r--r-- | tmt/plans/container/base/build-generic-minimal.fmf | 2 | ||||
| -rw-r--r-- | tmt/plans/container/base/build-generic.fmf | 2 | ||||
| -rw-r--r-- | tmt/plans/container/toolbox/build-toolbox.fmf | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tmt/plans/container/base/build-generic-minimal.fmf b/tmt/plans/container/base/build-generic-minimal.fmf index 803cd01..ac82294 100644 --- a/tmt/plans/container/base/build-generic-minimal.fmf +++ b/tmt/plans/container/base/build-generic-minimal.fmf @@ -2,7 +2,7 @@ summary: Build Minimal Generic base container image discover: how: fmf environment: - image_type: tbz + image_type: oci image_profile: Container-Base-Generic-Minimal execute: how: tmt diff --git a/tmt/plans/container/base/build-generic.fmf b/tmt/plans/container/base/build-generic.fmf index 83e6100..07b4eb5 100644 --- a/tmt/plans/container/base/build-generic.fmf +++ b/tmt/plans/container/base/build-generic.fmf @@ -2,7 +2,7 @@ summary: Build Generic base container image discover: how: fmf environment: - image_type: tbz + image_type: oci image_profile: Container-Base-Generic execute: how: tmt diff --git a/tmt/plans/container/toolbox/build-toolbox.fmf b/tmt/plans/container/toolbox/build-toolbox.fmf index 40692c3..b30ed97 100644 --- a/tmt/plans/container/toolbox/build-toolbox.fmf +++ b/tmt/plans/container/toolbox/build-toolbox.fmf @@ -2,7 +2,7 @@ summary: Build Toolbox container image discover: how: fmf environment: - image_type: tbz + image_type: oci image_profile: Container-Toolbox execute: how: tmt |