Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DNM] Add windowsservercore with MSI installers #827

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nschonni
Copy link
Member

This doesn't replace the other Windows PRs like #720, just showing an alternate using the MSI installers.

EX:

  1. docker build .\8\windowsservercore\ -t nodejs:windowsservercore-8
  2. docker run --rm -it nodejs:windowsservercore-8 powershell
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.

PS C:\> yarn --version
1.6.0
PS C:\> node --verson
C:\Program Files\nodejs\node.exe: bad option: --verson
PS C:\> node --version
v8.11.3
PS C:\> npm --version
5.6.0
PS C:\> whoami
user manager\containeradministrator

Pros:

  • The GPG part isn't needed
  • The MSIs setup perf counters and the Path automagially

Cons:

/cc @LaurentGoderre @StefanScherer

@nschonni nschonni mentioned this pull request Jul 4, 2019
Base automatically changed from master to main March 15, 2021 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant