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

Switch to python:3-slim docker base image #214

Open
jameshilliard opened this issue Nov 26, 2024 · 0 comments
Open

Switch to python:3-slim docker base image #214

jameshilliard opened this issue Nov 26, 2024 · 0 comments

Comments

@jameshilliard
Copy link
Contributor

I'm thinking it's probably a good idea to switch away from alpine images which are size optimized to python:3-slim based images which should have some decent performance advantages. AFAIU this is due to alpine images using musl libc which is size optimized instead the slim images which are glibc based and thus much more performance optimized. I don't think we have much of a reason to heavily optimize the docker images for size to the point where alpine images make sense.

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

No branches or pull requests

1 participant