You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: