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

Support debian? #1

Open
autumnjolitz opened this issue Aug 4, 2024 · 0 comments
Open

Support debian? #1

autumnjolitz opened this issue Aug 4, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@autumnjolitz
Copy link
Owner

Alpine is nice and all that, but can we make a version for debian/glibc?

tasks:

  • make a Dockerfile.debian
  • Adjust build.sh/env.sh to switch Dockerfiles
  • Adjust the CI/CD

The advantage of using a glibc is solely based on the fact that some organizations prohibit Alpine images due to issues with musl and Python stack sizes acting badly (solved for years now), lack of precompiled Python wheels, dependency on glibc or a decision that glibc is worth the effect despite its size as it often has hand tuned assembly supporting common patterns.

A choice of Alpine is meant for security and size. A choice of Glibc is meant for performance and compatibility.

@autumnjolitz autumnjolitz added the enhancement New feature or request label Aug 4, 2024
@autumnjolitz autumnjolitz self-assigned this Aug 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant