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

Use bullseye-slim as base image #4081

Merged
merged 1 commit into from
Oct 24, 2022
Merged

Use bullseye-slim as base image #4081

merged 1 commit into from
Oct 24, 2022

Conversation

neysofu
Copy link
Member

@neysofu neysofu commented Oct 20, 2022

Closes #3863.

@matthewdarwin
Copy link

Any reason we can't use alpine?

@neysofu
Copy link
Member Author

neysofu commented Oct 20, 2022

I don't think the size savings are worth it. Dealing with musl libc is a pain sometimes, and its malloc performance is notoriously bad (#489). AFAIK mallocng in musl 1.2.1 improved things but jemalloc is still king.

@neysofu neysofu merged commit f0d00fe into master Oct 24, 2022
@neysofu neysofu deleted the filippo/docker-bullseye branch October 24, 2022 10:42
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

Successfully merging this pull request may close these issues.

Debian 10 has reached to EOL and node is using it.
3 participants