mirror of
https://github.com/actions/runner-images.git
synced 2025-12-17 23:28:57 +00:00
fix Update-DockerImages.ps1 installation
This commit is contained in:
@@ -160,12 +160,6 @@
|
|||||||
"type": "windows-restart",
|
"type": "windows-restart",
|
||||||
"restart_timeout": "30m"
|
"restart_timeout": "30m"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"type": "powershell",
|
|
||||||
"scripts": [
|
|
||||||
"{{ template_dir }}/scripts/Installers/Update-DockerImages.ps1"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"type": "powershell",
|
"type": "powershell",
|
||||||
"valid_exit_codes": [
|
"valid_exit_codes": [
|
||||||
@@ -176,6 +170,7 @@
|
|||||||
"TOOLSET_JSON_PATH={{user `toolset_json_path`}}"
|
"TOOLSET_JSON_PATH={{user `toolset_json_path`}}"
|
||||||
],
|
],
|
||||||
"scripts": [
|
"scripts": [
|
||||||
|
"{{ template_dir }}/scripts/Installers/Update-DockerImages.ps1",
|
||||||
"{{ template_dir }}/scripts/Installers/Install-VS.ps1",
|
"{{ template_dir }}/scripts/Installers/Install-VS.ps1",
|
||||||
"{{ template_dir }}/scripts/Installers/Install-NET48.ps1",
|
"{{ template_dir }}/scripts/Installers/Install-NET48.ps1",
|
||||||
"{{ template_dir }}/scripts/Installers/Windows2016/Install-SSDT.ps1"
|
"{{ template_dir }}/scripts/Installers/Windows2016/Install-SSDT.ps1"
|
||||||
|
|||||||
@@ -184,6 +184,7 @@
|
|||||||
"TOOLSET_JSON_PATH={{user `toolset_json_path`}}"
|
"TOOLSET_JSON_PATH={{user `toolset_json_path`}}"
|
||||||
],
|
],
|
||||||
"scripts": [
|
"scripts": [
|
||||||
|
"{{ template_dir }}/scripts/Installers/Update-DockerImages.ps1",
|
||||||
"{{ template_dir }}/scripts/Installers/Install-VS.ps1",
|
"{{ template_dir }}/scripts/Installers/Install-VS.ps1",
|
||||||
"{{ template_dir }}/scripts/Installers/Install-NET48.ps1"
|
"{{ template_dir }}/scripts/Installers/Install-NET48.ps1"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -230,4 +230,8 @@ $markdown += New-MDHeader "Android" -Level 3
|
|||||||
$markdown += Build-AndroidTable | New-MDTable
|
$markdown += Build-AndroidTable | New-MDTable
|
||||||
$markdown += New-MDNewLine
|
$markdown += New-MDNewLine
|
||||||
|
|
||||||
|
# Docker images section
|
||||||
|
$markdown += New-MDHeader "Cached Docker images" -Level 3
|
||||||
|
$markdown += New-MDList -Style Unordered -Lines @(Get-CachedDockerImages)
|
||||||
|
|
||||||
$markdown | Out-File -FilePath "C:\InstalledSoftware.md"
|
$markdown | Out-File -FilePath "C:\InstalledSoftware.md"
|
||||||
Reference in New Issue
Block a user