aboutsummaryrefslogtreecommitdiff
diff options
from:
to:
context:
space:
mode:
authorGravatar Neal Gompa <ngompa@fedoraproject.org> 2025-05-29 09:44:45 -0400
committerGravatar Neal Gompa <ngompa@fedoraproject.org> 2025-05-29 10:13:19 -0400
commit887dbe204bebe1b76a3df2e5c6f340e582665958 (patch)
tree3624f9cf4698f105bf61b40500ac84c44fcc12ec
parent2abcb7b777664bc8cb9e5ab750b953001cb4f3dd (diff)
downloadkiwi-descriptions-887dbe204bebe1b76a3df2e5c6f340e582665958.tar.gz
kiwi-descriptions-887dbe204bebe1b76a3df2e5c6f340e582665958.zip
teams/cloud/wsl: Use native "wsl" image type
This introduces extra validation for WSL image creation to ensure the result is usable.
-rw-r--r--teams/cloud/wsl.xml2
-rw-r--r--tmt/plans/wsl/build.fmf2
2 files changed, 2 insertions, 2 deletions
diff --git a/teams/cloud/wsl.xml b/teams/cloud/wsl.xml
index 9c36b91..750de2d 100644
--- a/teams/cloud/wsl.xml
+++ b/teams/cloud/wsl.xml
@@ -3,7 +3,7 @@
<profile name="WSL-Base" description="Windows Subsystem for Linux Base"/>
</profiles>
<preferences profiles="WSL-Base">
- <type image="tbz"/>
+ <type image="wsl"/>
<timezone>Etc/UTC</timezone>
<locale>en_US</locale>
<rpm-locale-filtering>false</rpm-locale-filtering>
diff --git a/tmt/plans/wsl/build.fmf b/tmt/plans/wsl/build.fmf
index 7a9094c..beca94b 100644
--- a/tmt/plans/wsl/build.fmf
+++ b/tmt/plans/wsl/build.fmf
@@ -2,7 +2,7 @@ summary: Build the Windows Subsystem for Linux image
discover:
how: fmf
environment:
- image_type: tbz
+ image_type: wsl
image_profile: WSL-Base
kiwi_file: Fedora.kiwi
execute: