Skip to content

Commit

Permalink
feat: adding in windows dropgz to pre-cache list (#4027)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjohnst5 authored Feb 2, 2024
1 parent 7e6edff commit 389e5e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vhdbuilder/packer/generate-windows-vhd-configuration.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,9 @@ $global:imagesToPull += @(
"mcr.microsoft.com/containernetworking/azure-cns:v1.4.51",
"mcr.microsoft.com/containernetworking/azure-cns:v1.4.52",
"mcr.microsoft.com/containernetworking/azure-cns:v1.5.15",
"mcr.microsoft.com/containernetworking/azure-cns:v1.5.17"
"mcr.microsoft.com/containernetworking/azure-cns:v1.5.17",
# Dropgz (init container to CNS). Owner: pjohnst5 (Paul Johnston)
"mcr.microsoft.com/containernetworking/cni-dropgz:v0.0.13"
)
$global:map = @{
Expand Down

0 comments on commit 389e5e1

Please sign in to comment.