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 committed Jan 18, 2024
1 parent aaba770 commit f00b476
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion 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
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 @@ -104,7 +104,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 f00b476

Please sign in to comment.