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

Revert "use static linking in Dockerfile" #63

Merged
merged 1 commit into from
Oct 22, 2023
Merged

Revert "use static linking in Dockerfile" #63

merged 1 commit into from
Oct 22, 2023

Conversation

alk3pInjection
Copy link
Contributor

@alk3pInjection alk3pInjection commented Oct 21, 2023

No description provided.

The root cause of glibc version mismatch (#60) is we're trying to
build on bookworm and run on bullseye. The proper fix is simply
aligning the distro version during multi-stage builds.

While it's okay to statically link against musl libc, I don't see
any benefits in doing so, which _might_ also introduce performance
regressions.

Switch to smaller "distroless" image while we're at it.

This partially reverts commit dc6f9b5.

Signed-off-by: alk3pInjection <webmaster@raspii.tech>
@w4 w4 merged commit 8d02b31 into w4:master Oct 22, 2023
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.

None yet

2 participants