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

[fix] EXPERIMENT: Switch docker base image to avoid mixing musl & glibc libraries at runtime #23366

Closed

Commits on Sep 30, 2024

  1. [fix] Switch docker base image to avoid mixing musl & glibc libraries…

    … at runtime
    
    Mixing musl & glibc libraries at runtime will result in compatibility issues.
    We need a solution with real glibc because of compatibility reasons.
    The previous solution with the Alpine base image has a critical issue since
    it mixes musl compiled and glibc compiled libraries at runtime while using real glibc.
    This is why the switch is needed.
    
    For example, snappy-java and Conscrypt show that this problem occurs.
    lhotari committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    6599366 View commit details
    Browse the repository at this point in the history