Skip to content

feat: remove vm-base.kiwi explicitly listed compression packages#16660

Open
ddstreet wants to merge 1 commit intomicrosoft:tomls/base/mainfrom
ddstreet:vm-base-remove-compression
Open

feat: remove vm-base.kiwi explicitly listed compression packages#16660
ddstreet wants to merge 1 commit intomicrosoft:tomls/base/mainfrom
ddstreet:vm-base-remove-compression

Conversation

@ddstreet
Copy link
Copy Markdown
Contributor

This removes the explicit listing of compression packages, with the exception of gzip and bzip2.

This removes the explicit listing of compression packages, with the
exception of gzip and bzip2.
<package name="systemd-rpm-macros" />
<package name="tar" />
<package name="tpm2-tss" />
<package name="unzip" />
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the thinking for removing unzip but not tar?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Copy Markdown
Member

@reubeno reubeno Apr 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

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.

2 participants