Created
February 12, 2020 20:52
-
-
Save StefanScherer/963af238a8e808e1b5b4a8c58d4d3b31 to your computer and use it in GitHub Desktop.
test 10.0.17763.1039 image
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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