-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Currently the Dockerfile uses node:20 image and it's not possible to directly use node:20-alpine since DuckDB has certain build requirements.
Goal is to satisfy them on the alpine image for less overhead running.
This is not trivial as it would involve building duckdb from source for alpine and so far I haven't seen anyone being able to do it successfully.
If done should probably publish to dockerhub.
Update: might be a duckdb issue? duckdb/duckdb#11254
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Projects
Status
Backlog