Recognize wsl2 images produced by koji
The image type was added to productmd 1.45, so we should also require that version. Merges: https://pagure.io/pungi/pull-request/1841 Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com> (cherry picked from commit 668547ed3f8da2528fbeb1b12040182ca02e7f31)
This commit is contained in:
parent
384a7a0bee
commit
2d48a341a6
@ -27,6 +27,7 @@ KIWIEXTENSIONS = [
|
||||
("fex", ["squashfs.gz"], "squashfs.gz"),
|
||||
("fex", ["squashfs"], "squashfs"),
|
||||
("container", ["oci.tar.xz"], "tar.xz"),
|
||||
("wsl2", ["wsl"], "wsl"),
|
||||
]
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user