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

packages: improve isolation and cleanup #4

Merged
merged 4 commits into from
Sep 4, 2024
Merged

packages: improve isolation and cleanup #4

merged 4 commits into from
Sep 4, 2024

Conversation

maxux
Copy link

@maxux maxux commented Sep 4, 2024

Description

Packages release from zos-v3 out-of-box is not secure enough and produce build which are overwriting critical system libraries. This was okay on zos-v3 because libraries were the same between packages and base image, but this is not true anymore.

Changes

  • Improve libraries exclusion (librt, libresolv, libm)
  • Append -amd64-z4 to package name to make it distinct
  • Exclude package tpm to be built for now, this package include way too much libraries which are overwritten on the host and should not.

@maxux maxux merged commit 9b6b198 into main Sep 4, 2024
22 of 23 checks passed
@maxux maxux deleted the packages-cleanup branch September 4, 2024 19:38
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.

1 participant