Skip to content

Commit

Permalink
chore: cache CNS v1.4.52 and v1.5.17
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Baker <[email protected]>
  • Loading branch information
rbtr authored Jan 12, 2024
1 parent 72b429d commit 00ff62e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions vhdbuilder/packer/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@
"amd64OnlyVersions": [],
"multiArchVersions": [
"v1.4.51",
"v1.5.15"
"v1.4.52",
"v1.5.15",
"v1.5.17"
]
},
{
Expand Down Expand Up @@ -346,4 +348,4 @@
"targetContainerRuntime": "containerd"
}
]
}
}
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 @@ -105,7 +105,9 @@ $global:imagesToPull += @(
"mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.15",
# CNS (Container Networking Service) Owner: jaer-tsun (Jaeryn)
"mcr.microsoft.com/containernetworking/azure-cns:v1.4.51",
"mcr.microsoft.com/containernetworking/azure-cns:v1.5.15"
"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"
)
$global:map = @{
Expand Down

0 comments on commit 00ff62e

Please sign in to comment.