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

Minimize packages in collector container #430

Merged
merged 1 commit into from
Nov 7, 2024
Merged

Conversation

mkeesey
Copy link
Contributor

@mkeesey mkeesey commented Nov 7, 2024

Instead of requiring everything in the the cbl-mariner/base/core container with many unnecessary packages, we now use distroless/base to get the requirements for a dynamically linked Go binary (glibc) and copy the relevant libraries from a base/core container.

Instead of requiring everything in the the cbl-mariner/base/core
container with many unnecessary packages, we now use distroless/base to
get the requirements for a dynamically linked Go binary (glibc) and copy
the relevant libraries from a base/core container.
@mkeesey mkeesey merged commit 7f06eae into main Nov 7, 2024
4 checks passed
@mkeesey mkeesey deleted the minimal-runtime-image branch November 7, 2024 16:27
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