Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bundle extension for archive types #2630

Merged
merged 1 commit into from
Sep 1, 2024

Conversation

schaefi
Copy link
Collaborator

@schaefi schaefi commented Sep 1, 2024

When bundling result files that uses an archive type like tbz or docker, kiwi creates them with the extension tar.xz/tar.gz The bundler code only uses the extension from the last tuple in a "." split which is wrong for "tar." filenames. This commit adds an exception to the prefix rule for this output filenames and Fixes #2628

When bundling result files that uses an archive type like
tbz or docker, kiwi creates them with the extension tar.xz/tar.gz
The bundler code only uses the extension from the last tuple
in a "." split which is wrong for "tar." filenames. This commit
adds an exception to the prefix rule for this output filenames
and Fixes #2628
@schaefi schaefi self-assigned this Sep 1, 2024
@Conan-Kudo Conan-Kudo merged commit a4e84b8 into main Sep 1, 2024
12 checks passed
@Conan-Kudo Conan-Kudo deleted the fix_bundle_extension_for_archive_types branch September 1, 2024 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong file extension is used for tarball image artifacts when using custom bundle format
2 participants