From be904564b58cd987c9f05d3720157e7510d512e3 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Aug 26 2024 20:05:17 +0000 Subject: Set the proper file extension for container images ("oci.tar.xz") This way Koji accepts them. Signed-off-by: Neal Gompa --- diff --git a/fedora-container.conf b/fedora-container.conf index 8c6188a..6580c49 100644 --- a/fedora-container.conf +++ b/fedora-container.conf @@ -144,7 +144,7 @@ kiwibuild_description_scm = 'git+https://pagure.io/fedora-kiwi-descriptions.git? kiwibuild_description_path = 'Fedora.kiwi' # global_version is substituted by kobo as part of reading of this # config file, the other specifiers are passed through to kiwi -kiwibuild_bundle_name_format = '%%N-%s-%%I.%%A.%%T' % global_version +kiwibuild_bundle_name_format = '%%N-%s-%%I.%%A.%%T.tar' % global_version kiwibuild = { diff --git a/fedora.conf b/fedora.conf index 4fec107..b662642 100644 --- a/fedora.conf +++ b/fedora.conf @@ -431,7 +431,7 @@ kiwibuild = { 'repos': ['Everything'], 'subvariant': 'Container_Base', 'target': global_target, - 'bundle_name_format': '%%N-%s-%%I.%%A.%%T' % global_version, + 'bundle_name_format': '%%N-%s-%%I.%%A.%%T.tar' % global_version, 'failable': ['*'], }, { @@ -440,7 +440,7 @@ kiwibuild = { 'repos': ['Everything'], 'subvariant': 'Container_Minimal_Base', 'target': global_target, - 'bundle_name_format': '%%N-%s-%%I.%%A.%%T' % global_version, + 'bundle_name_format': '%%N-%s-%%I.%%A.%%T.tar' % global_version, 'failable': ['*'], }, { @@ -449,7 +449,7 @@ kiwibuild = { 'repos': ['Everything'], 'subvariant': 'Container_Toolbox', 'target': global_target, - 'bundle_name_format': '%%N-%s-%%I.%%A.%%T' % global_version, + 'bundle_name_format': '%%N-%s-%%I.%%A.%%T.tar' % global_version, 'failable': [''], } ],