-
-
Notifications
You must be signed in to change notification settings - Fork 447
Open
Description
Is your feature request related to a problem? Please describe.
Currently, the Node.js platform binaries are only built and supported for Ubuntu 24.04 images. I would like to use MapLibre Native from a Docker image based on Debian (for example, node:24-slim), but Debian is not officially supported and there is no guidance or binary distribution for it.
Describe the solution you'd like
- Add support for building and distributing Node.js binaries for Debian (slim) base images, especially for usage in node:<version>-slim
- Update CI/workflows to include Debian builds alongside Ubuntu
- Provide Docker build instructions (and ideally prebuilt binaries) for Debian, similar to Ubuntu
Describe alternatives you've considered
- Tried using Ubuntu binaries—risk of missing dependencies or incompatibilities
- Building from source inside a Debian image (not straightforward for all users)
- Sticking with Ubuntu images as a workaround (less ideal for some environments)
Additional context
If there are technical challenges, guidance on what would be needed to unblock Debian support would also be very helpful. This would broaden compatibility for developers using official Node docker images (which default to Debian-based).
Metadata
Metadata
Assignees
Labels
No labels