#12763 Recent WSL image builds fail with "Unsupported file type: Fedora-WSL-Base-Rawhide-20250530.n.0.aarch64.wsl"
Closed: Fixed by jcline. Opened by jcline.

  • Describe the issue

Recently, the image type for WSL was changed to "wsl2" and KIWI produces them with the "wsl" file suffix rather than "tar.xz". Now, Rawhide and ELN WSL image builds fail:

  • https://koji.fedoraproject.org/koji/taskinfo?taskID=133342056
  • https://koji.fedoraproject.org/koji/taskinfo?taskID=133353039

  • When do you need this? (YYYY/MM/DD)

No hard deadline

  • When is this no longer needed or useful? (YYYY/MM/DD)

  • If we cannot complete your request, what is the impact?

No more WSL images


I have manually added this to koji01/koji01.stg... with the following sql on each db-koji01:

INSERT INTO archivetypes (name, description, extensions) VALUES ('wsl', 'Compressed tarball for Windows Subsystem for Linux', 'wsl');

However, we should file a pr upstream to add this in the next version upstream so everyone can get it.
Lets keep this ticket until someone files the PR.

I've PR'ed this upstream: https://pagure.io/koji/pull-request/4403

The workaround seems to be working: https://koji.fedoraproject.org/koji/buildinfo?buildID=2721427

Well, it's building now, but it's not appearing in composes, e.g. https://koji.fedoraproject.org/koji/buildinfo?buildID=2721472

Does something else need to be adjusted to recognize .wsl artifacts?

Metadata Update from @phsmoura:
- Issue tagged with: medium-gain, medium-trouble, ops

Attempted fix: https://pagure.io/pungi/pull-request/1841

Both of the PRs are merged now. Can this ticket be closed?

Metadata Update from @jcline:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

Metadata