feat: remove vm-base.kiwi explicitly listed compression packages#16660
Open
ddstreet wants to merge 1 commit intomicrosoft:tomls/base/mainfrom
Open
feat: remove vm-base.kiwi explicitly listed compression packages#16660ddstreet wants to merge 1 commit intomicrosoft:tomls/base/mainfrom
ddstreet wants to merge 1 commit intomicrosoft:tomls/base/mainfrom
Conversation
This removes the explicit listing of compression packages, with the exception of gzip and bzip2.
reubeno
reviewed
Apr 14, 2026
| <package name="systemd-rpm-macros" /> | ||
| <package name="tar" /> | ||
| <package name="tpm2-tss" /> | ||
| <package name="unzip" /> |
Member
There was a problem hiding this comment.
What's the thinking for removing unzip but not tar?
Contributor
Author
There was a problem hiding this comment.
tar is widely used directly, while unzip isn't. at least in the linux world...
i suppose azl4 may see more 'unzip' usage due to its proximity to the windows world.
Member
There was a problem hiding this comment.
Yes, that's probably true. VM extensions downloaded by wala are zipped; not sure if it depends on zip/unzip or uses the libs internally.
Edit: I'm guessing wala may use python's in-built Zip functionality?
Second edit: looks like unzip is, not, in fact in AZL3.0 marketplace image. Several others are, though.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This removes the explicit listing of compression packages, with the exception of gzip and bzip2.