Skip to content

Commit

Permalink
Add mappings for appx and iso types for kiwi image builds
Browse files Browse the repository at this point in the history
This ensures that pungi (which connects kiwi image types to productmd
image types/formats), will not reject builds of these extra types.
  • Loading branch information
Conan-Kudo authored and lubomir committed Aug 28, 2024
1 parent 534a9d4 commit 9d72ae1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions productmd/images.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
)

IMAGE_TYPE_FORMAT_MAPPING = {
'appx': ['appx'],
'boot': ['iso'],
'cd': ['iso'],
'docker': ['tar.gz', 'tar.xz'],
Expand All @@ -80,6 +81,7 @@
'dvd-ostree': ['iso'],
'dvd-ostree-osbuild': ['iso'],
'ec2': [],
'iso': ['iso'],
'kvm': [],
'live': [],
'live-osbuild': ['iso'],
Expand Down

0 comments on commit 9d72ae1

Please sign in to comment.