We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9de14d5 + 5a23407 commit e63892eCopy full SHA for e63892e
Dockerfile.windows.20H2
@@ -50,6 +50,7 @@ RUN $URL = ('https://dl.k8s.io/{0}/kubernetes-node-windows-amd64.tar.gz' -f $env
50
# FROM mcr.microsoft.com/powershell:nanoserver-${SERVERCORE_VERSION}
51
# USER ContainerAdministrator
52
# SHELL ["pwsh.exe", "-NoLogo", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
53
+RUN New-Item -ItemType SymbolicLink -Target "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -Path "C:\Windows\System32\WindowsPowerShell\v1.0\pwsh.exe"
54
RUN $URL = 'https://github.com/rancher/azure-cli/releases/download/v0.0.2/dist.azure-cli.zip'; \
55
\
56
Write-Host ('Downloading azure-cli from {0} ...' -f $URL); \
0 commit comments