Skip to content

Misleading download option: official node docker image #1070

Closed
@psrodka-neurosys

Description

@psrodka-neurosys

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

  1. 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

  1. Update download site to reflect complex reality ;)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions