Skip to content

Instantly share code, notes, and snippets.

@StefanScherer
Created February 12, 2020 20:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save StefanScherer/963af238a8e808e1b5b4a8c58d4d3b31 to your computer and use it in GitHub Desktop.
Save StefanScherer/963af238a8e808e1b5b4a8c58d4d3b31 to your computer and use it in GitHub Desktop.
test 10.0.17763.1039 image
ARG tag=ltsc2019
FROM mcr.microsoft.com/windows/servercore:$tag
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
RUN Write-Host it works!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment