docker-node icon indicating copy to clipboard operation
docker-node copied to clipboard

Images for Windows

Open iancward opened this issue 1 year ago • 2 comments

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.

iancward avatar Apr 09 '24 20:04 iancward

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

nschonni avatar Apr 09 '24 21:04 nschonni