This commit is contained in:
James Sturtevant 2018-05-15 10:11:17 -07:00 коммит произвёл Jack Francis
Родитель 7c46beaa85
Коммит b391c25824
6 изменённых файлов: 8 добавлений и 8 удалений

Просмотреть файл

@ -132,7 +132,7 @@ After completing this walkthrough you will know how to:
spec:
containers:
- name: windowswebserver
image: microsoft/windowsservercore:1709
image: microsoft/windowsservercore:1803
command:
- powershell.exe
- -command
@ -253,7 +253,7 @@ spec:
containers:
- name: iis-container
image: microsoft/iis:windowsservercore-1709
image: microsoft/iis:windowsservercore-1803
volumeMounts:
- name: shared-data
mountPath: /wwwcache
@ -263,7 +263,7 @@ spec:
- "while ($true) { Start-Sleep -Seconds 10; Copy-Item -Path C:\\wwwcache\\iisstart.htm -Destination C:\\inetpub\\wwwroot\\iisstart.htm; }"
- name: servercore-container
image: microsoft/windowsservercore:1709
image: microsoft/windowsservercore:1803
volumeMounts:
- name: shared-data
mountPath: /poddata

Просмотреть файл

@ -456,7 +456,7 @@
"windowsTelemetryGUID": "[parameters('windowsTelemetryGUID')]",
"agentWindowsPublisher": "MicrosoftWindowsServer",
"agentWindowsOffer": "WindowsServerSemiAnnual",
"agentWindowsSku": "Datacenter-Core-1709-with-Containers-smalldisk",
"agentWindowsSku": "Datacenter-Core-1803-with-Containers-smalldisk",
"agentWindowsVersion": "[parameters('agentWindowsVersion')]",
"windowsCustomScriptSuffix": " $inputFile = '%SYSTEMDRIVE%\\AzureData\\CustomData.bin' ; $outputFile = '%SYSTEMDRIVE%\\AzureData\\CustomDataSetupScript.ps1' ; Copy-Item $inputFile $outputFile ; Invoke-Expression('{0} {1}' -f $outputFile, $arguments) ; "
{{end}}

Просмотреть файл

@ -39,7 +39,7 @@
"type": "string"
},
"agentWindowsSku": {
"defaultValue": "Datacenter-Core-1709-with-Containers-smalldisk",
"defaultValue": "Datacenter-Core-1803-with-Containers-smalldisk",
"metadata": {
"description": "The SKU of windows image for the agent virtual machines."
},

Просмотреть файл

@ -29,7 +29,7 @@ spec:
spec:
containers:
- name: windowswebserver
image: microsoft/windowsservercore:1709
image: microsoft/windowsservercore:1803
command:
- powershell.exe
- -command

Просмотреть файл

@ -7,7 +7,7 @@ metadata:
name: storage
spec:
containers:
- image: microsoft/iis:windowsservercore-1709
- image: microsoft/iis:windowsservercore-1803
name: iis-azurefile
volumeMounts:
- name: azurefilevol

Просмотреть файл

@ -1,3 +1,3 @@
FROM microsoft/nanoserver:1709
FROM microsoft/nanoserver:1803
CMD cmd /c ping -t localhost