Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
chore: Adding mcr.microsoft.com/oss/kubernetes/pause:3.4.1 to Windows…
Browse files Browse the repository at this point in the history
… VHD (#4331)
  • Loading branch information
marosset authored Mar 17, 2021
1 parent 807e75d commit badffcc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vhd/packer/configure-windows-vhd.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,16 @@ function Get-ContainerImages {
"mcr.microsoft.com/windows/servercore:ltsc2019",
"mcr.microsoft.com/windows/nanoserver:1809",
"mcr.microsoft.com/oss/kubernetes/pause:1.4.1",
"mcr.microsoft.com/oss/kubernetes/pause:3.4.1",
"mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.0.1-alpha.1-windows-1809-amd64",
"mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar:v1.2.1-alpha.1-windows-1809-amd64")
}
'2004' {
$imagesToPull = @(
"mcr.microsoft.com/windows/servercore:2004",
"mcr.microsoft.com/windows/nanoserver:2004",
"mcr.microsoft.com/oss/kubernetes/pause:1.4.1")
"mcr.microsoft.com/oss/kubernetes/pause:1.4.1",
"mcr.microsoft.com/oss/kubernetes/pause:3.4.1")
}
default {
$imagesToPull = @()
Expand Down

0 comments on commit badffcc

Please sign in to comment.