Closed
Description
- https://nodejs.org/en/download/:
- Chrome 54:
- Windows 10 Pro:
On the website https://nodejs.org/en/download/ one can find official node docker image which is misleading as it is Linux based image and since we got now Linux and Windows images one can be confused by the label.
Proposition
- Create Windows based image, e.g.:
# escape = ` (backtick)
FROM microsoft/windowsservercore
SHELL ["powershell", "-command"]
# Required by chocolatey
ENV chocolateyUseWindowsCompression false
# Download and run chocolatey installer
RUN iwr https://chocolatey.org/install.ps1 -UseBasicParsing | iex
# install 7 zip as required by nodejs installer
RUN cinst -y 7zip.install
# Install nodejs
RUN cinst -y nodejs.install
- Update download site to reflect complex reality ;)
Metadata
Metadata
Assignees
Labels
No labels