Skip to content

Commit

Permalink
chore: cache azure-cni and azure-ipam
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Baker <[email protected]>
  • Loading branch information
rbtr authored Apr 12, 2024
1 parent 9a1bf7a commit 40b5a88
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
30 changes: 30 additions & 0 deletions vhdbuilder/packer/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,36 @@
}
]
},
{
"downloadURL": "mcr.microsoft.com/containernetworking/azure-cni:*",
"amd64OnlyVersions": [],
"multiArchVersions": [
"v1.5.26"
],
"prefetchOptimizations": [
{
"version": "v1.5.26",
"binaries": [
"dropgz"
]
}
]
},
{
"downloadURL": "mcr.microsoft.com/containernetworking/azure-ipam:*",
"amd64OnlyVersions": [],
"multiArchVersions": [
"v0.2.0"
],
"prefetchOptimizations": [
{
"version": "v0.2.0",
"binaries": [
"dropgz"
]
}
]
},
{
"downloadURL": "mcr.microsoft.com/containernetworking/azure-npm:*",
"amd64OnlyVersions": [],
Expand Down
3 changes: 2 additions & 1 deletion vhdbuilder/packer/generate-windows-vhd-configuration.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,9 @@ $global:imagesToPull += @(
"mcr.microsoft.com/containernetworking/azure-cns:v1.4.52",
"mcr.microsoft.com/containernetworking/azure-cns:v1.5.23",
"mcr.microsoft.com/containernetworking/azure-cns:v1.5.26",
# Dropgz (init container to CNS). Owner: pjohnst5 (Paul Johnston)
# CNI installer for azure-vnet. Owner: evanbaker
"mcr.microsoft.com/containernetworking/cni-dropgz:v0.0.13"
"mcr.microsoft.com/containernetworking/azure-cni:v1.5.26"
)
$global:map = @{
Expand Down

0 comments on commit 40b5a88

Please sign in to comment.