#3221 [kiwi] BuildError: Unsupported image type
Closed: Fixed 2 years ago by tkopecek. Opened 2 years ago by ignatenkobrain.

I get this when I try non-scratch image build…

BuildError: Unsupported image type

This is the list of files produced by koji as an output of a createKiwiImage:

gdc-c9s-Service.x86_64-0.0.0-20220122.1.install.iso
config.kiwi
build.log (tail)
checkout-x86_64.log (tail)
hw_info.log (tail)
mock_output.log (tail)
root.log (tail)
state.log (tail)
gdc-c9s-Service.x86_64-0.0.0-20220122.1.packages
gdc-c9s-Service.x86_64-0.0.0-20220122.1.install.iso.sha256
gdc-c9s-Service.x86_64-0.0.0-20220122.1.install.tar.sha256
gdc-c9s-Service.x86_64-0.0.0-20220122.1.raw.xz.sha256
gdc-c9s-Service.x86_64-0.0.0-20220122.1.install.tar
gdc-c9s-Service.x86_64-0.0.0-20220122.1.verified
gdc-c9s-Service.x86_64-0.0.0-20220122.1.changes.xz
gdc-c9s-Service.x86_64-0.0.0-20220122.1.raw.xz 

Seems it does not like (at least): gdc-c9s-Service.x86_64-0.0.0-20220122.1.packages

Based on the archivetypes table I think following extensions need to be registered…

  • packages, verified, changes (or actually changes.xz): I'm not sure whether it is good idea to put it there as-is since it is not something standard… @ngompa thoughts?
  • sha256: I suppose we could create some kind of checksum type with sha256, md5 and stuff like that?

Ad. checksums: We can probably use those files to pre-populate hub.checked_hash or similar to avoid computation of the actual hashes and not upload these checksum files at all?

Those files should all be captured. Note that raw.xz is not the only image file format available with kiwi, though.

It is more about documentation. As these filetypes are introduced by plugin we don't want to add them to the basic archivetypes set.

Metadata Update from @tkopecek:
- Custom field Size adjusted to None

2 years ago

Metadata Update from @tkopecek:
- Issue set to the milestone: 1.28

2 years ago

Metadata Update from @jcupova:
- Issue tagged with: testing-ready

2 years ago

Metadata Update from @mfilip:
- Issue tagged with: testing-done

2 years ago

Login to comment on this ticket.

Metadata