nodejs / docker-node

Official Docker Image for Node.js :whale: :turtle: :rocket:
https://hub.docker.com/_/node/
MIT License
8.13k stars 1.95k forks source link

Images for Windows #2063

Open iancward opened 2 months ago

iancward commented 2 months ago

Problem

We have a toolchain that we develop internally and have need for NodeJS libraries compiled for Windows.

Solution

I hate to be "that (weird) guy," but it would be really nice if there were NodeJS images for Windows

Alternatives to Consider

Currently, we're using nvm-windows to manage NodeJS installations on our Windows build servers, but this can be cumbersome, as we can only run one CI job per machine at a time. to ensure that jobs don't need conflicting versions of NodeJS.

nschonni commented 2 months ago

https://github.com/nodejs/docker-node/pull/720 has been around for some time, but I don't know it will ever get finished