From 4a626e279267fb9a133e977f0284ec7c235366e1 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Aug 30 2024 17:22:58 +0000 Subject: Set a custom bundle name format for GCE images KIWI currently has an issue where using the custom format results in the wrong file extension being generated for the image. This causes Koji to fail the image for Pungi to gather it. Work around it by adding the ".tar" extension manually. Reference: https://github.com/OSInside/kiwi/issues/2628 Signed-off-by: Neal Gompa --- diff --git a/fedora.conf b/fedora.conf index a492acc..2eb46e6 100644 --- a/fedora.conf +++ b/fedora.conf @@ -400,6 +400,7 @@ kiwibuild = { 'arches': ['aarch64', 'x86_64'], 'repos': ['Everything'], 'subvariant': 'Cloud_Base', + 'bundle_name_format': '%N-%v-%I.%A.%T.tar', 'failable': ['*'], }, {