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 to use minideb base image to fix glibc compatibility issues #23376

Conversation

lhotari
Copy link
Member

@lhotari lhotari commented Sep 30, 2024

Motivation

Adding real glibc to Alpine based image is not a supported configuration and in Ariadne Conill's words: "Combining glibc and musl runtimes is basically all but guaranteed to create an unstable environment, unless the system is appropriately configured (glibc side uses glibc binaries only, and vice versa)."

We have multiple issues which could be caused by the unstable environment:

Modifications

Experiment in switching to use bitnami:minideb base image.

Documentation

  • doc
  • doc-required
  • doc-not-needed
  • doc-complete

@lhotari lhotari self-assigned this Sep 30, 2024
@github-actions github-actions bot added the doc-not-needed Your PR changes do not impact docs label Sep 30, 2024
@lhotari lhotari force-pushed the lh-switch-docker-base-image-to-fix-glibc-compatibility branch from 5dd0b29 to 558af8c Compare September 30, 2024 10:59
@lhotari lhotari closed this Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc-not-needed Your PR changes do not impact docs ready-to-test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant