@@ -120,6 +120,7 @@ var AvailableUbuntu2404Distros = []Distro{
120
120
AKSUbuntuContainerd2404 ,
121
121
AKSUbuntuContainerd2404Gen2 ,
122
122
AKSUbuntuArm64Containerd2404Gen2 ,
123
+ AKSUbuntuArm64GB200Containerd2404Gen2 ,
123
124
AKSUbuntuContainerd2404CVMGen2 ,
124
125
AKSUbuntuContainerd2404TLGen2 ,
125
126
}
@@ -162,6 +163,7 @@ var AvailableContainerdDistros = []Distro{
162
163
AKSCBLMarinerV2KataGen2TL ,
163
164
AKSUbuntuArm64Containerd2204Gen2 ,
164
165
AKSUbuntuArm64Containerd2404Gen2 ,
166
+ AKSUbuntuArm64GB200Containerd2404Gen2 ,
165
167
AKSUbuntuContainerd2404CVMGen2 ,
166
168
AKSCBLMarinerV2Arm64Gen2 ,
167
169
AKSAzureLinuxV2Arm64Gen2 ,
@@ -201,6 +203,7 @@ var AvailableGen2Distros = []Distro{
201
203
AKSUbuntuEdgeZoneContainerd1804Gen2 ,
202
204
AKSUbuntuArm64Containerd2204Gen2 ,
203
205
AKSUbuntuArm64Containerd2404Gen2 ,
206
+ AKSUbuntuArm64GB200Containerd2404Gen2 ,
204
207
AKSUbuntuContainerd2404CVMGen2 ,
205
208
AKSUbuntuContainerd2204Gen2 ,
206
209
AKSUbuntuContainerd2004CVMGen2 ,
@@ -584,6 +587,13 @@ var (
584
587
Version : LinuxSIGImageVersion ,
585
588
}
586
589
590
+ SIGUbuntuArm64GB200Containerd2404Gen2ImageConfigTemplate = SigImageConfigTemplate {
591
+ ResourceGroup : AKSUbuntuResourceGroup ,
592
+ Gallery : AKSUbuntuGalleryName ,
593
+ Definition : "2404arm64gb200gen2containerd" ,
594
+ Version : LinuxSIGImageVersion ,
595
+ }
596
+
587
597
SIGUbuntuContainerd2404CVMGen2ImageConfigTemplate = SigImageConfigTemplate {
588
598
ResourceGroup : AKSUbuntuResourceGroup ,
589
599
Gallery : AKSUbuntuGalleryName ,
@@ -939,34 +949,35 @@ func GetMaintainedLinuxSIGImageConfigMap() map[Distro]SigImageConfig {
939
949
940
950
func getSigUbuntuImageConfigMapWithOpts (opts ... SigImageConfigOpt ) map [Distro ]SigImageConfig {
941
951
return map [Distro ]SigImageConfig {
942
- AKSUbuntu1604 : SIGUbuntu1604ImageConfigTemplate .WithOptions (opts ... ),
943
- AKSUbuntu1804 : SIGUbuntu1804ImageConfigTemplate .WithOptions (opts ... ),
944
- AKSUbuntu1804Gen2 : SIGUbuntu1804Gen2ImageConfigTemplate .WithOptions (opts ... ),
945
- AKSUbuntuGPU1804 : SIGUbuntuGPU1804ImageConfigTemplate .WithOptions (opts ... ),
946
- AKSUbuntuGPU1804Gen2 : SIGUbuntuGPU1804Gen2ImageConfigTemplate .WithOptions (opts ... ),
947
- AKSUbuntuContainerd1804 : SIGUbuntuContainerd1804ImageConfigTemplate .WithOptions (opts ... ),
948
- AKSUbuntuContainerd1804Gen2 : SIGUbuntuContainerd1804Gen2ImageConfigTemplate .WithOptions (opts ... ),
949
- AKSUbuntuGPUContainerd1804 : SIGUbuntuGPUContainerd1804ImageConfigTemplate .WithOptions (opts ... ),
950
- AKSUbuntuGPUContainerd1804Gen2 : SIGUbuntuGPUContainerd1804Gen2ImageConfigTemplate .WithOptions (opts ... ),
951
- AKSUbuntuFipsContainerd1804 : SIGUbuntuFipsContainerd1804ImageConfigTemplate .WithOptions (opts ... ),
952
- AKSUbuntuFipsContainerd1804Gen2 : SIGUbuntuFipsContainerd1804Gen2ImageConfigTemplate .WithOptions (opts ... ),
953
- AKSUbuntuFipsContainerd2004 : SIGUbuntuFipsContainerd2004ImageConfigTemplate .WithOptions (opts ... ),
954
- AKSUbuntuFipsContainerd2004Gen2 : SIGUbuntuFipsContainerd2004Gen2ImageConfigTemplate .WithOptions (opts ... ),
955
- AKSUbuntuFipsContainerd2204 : SIGUbuntuFipsContainerd2204ImageConfigTemplate .WithOptions (opts ... ),
956
- AKSUbuntuFipsContainerd2204Gen2 : SIGUbuntuFipsContainerd2204Gen2ImageConfigTemplate .WithOptions (opts ... ),
957
- AKSUbuntuContainerd2204 : SIGUbuntuContainerd2204ImageConfigTemplate .WithOptions (opts ... ),
958
- AKSUbuntuContainerd2204Gen2 : SIGUbuntuContainerd2204Gen2ImageConfigTemplate .WithOptions (opts ... ),
959
- AKSUbuntuContainerd2004CVMGen2 : SIGUbuntuContainerd2004CVMGen2ImageConfigTemplate .WithOptions (opts ... ),
960
- AKSUbuntuArm64Containerd2204Gen2 : SIGUbuntuArm64Containerd2204Gen2ImageConfigTemplate .WithOptions (opts ... ),
961
- AKSUbuntuArm64Containerd2404Gen2 : SIGUbuntuArm64Containerd2404Gen2ImageConfigTemplate .WithOptions (opts ... ),
962
- AKSUbuntuContainerd2404CVMGen2 : SIGUbuntuContainerd2404CVMGen2ImageConfigTemplate .WithOptions (opts ... ),
963
- AKSUbuntuContainerd2204TLGen2 : SIGUbuntuContainerd2204TLGen2ImageConfigTemplate .WithOptions (opts ... ),
964
- AKSUbuntuMinimalContainerd2204 : SIGUbuntuMinimalContainerd2204ImageConfigTemplate .WithOptions (opts ... ),
965
- AKSUbuntuMinimalContainerd2204Gen2 : SIGUbuntuMinimalContainerd2204Gen2ImageConfigTemplate .WithOptions (opts ... ),
966
- AKSUbuntuEgressContainerd2204Gen2 : SIGUbuntuEgressContainerd2204Gen2ImageConfigTemplate .WithOptions (opts ... ),
967
- AKSUbuntuContainerd2404 : SIGUbuntuContainerd2404ImageConfigTemplate .WithOptions (opts ... ),
968
- AKSUbuntuContainerd2404Gen2 : SIGUbuntuContainerd2404Gen2ImageConfigTemplate .WithOptions (opts ... ),
969
- AKSUbuntuContainerd2404TLGen2 : SIGUbuntuContainerd2404TLGen2ImageConfigTemplate .WithOptions (opts ... ),
952
+ AKSUbuntu1604 : SIGUbuntu1604ImageConfigTemplate .WithOptions (opts ... ),
953
+ AKSUbuntu1804 : SIGUbuntu1804ImageConfigTemplate .WithOptions (opts ... ),
954
+ AKSUbuntu1804Gen2 : SIGUbuntu1804Gen2ImageConfigTemplate .WithOptions (opts ... ),
955
+ AKSUbuntuGPU1804 : SIGUbuntuGPU1804ImageConfigTemplate .WithOptions (opts ... ),
956
+ AKSUbuntuGPU1804Gen2 : SIGUbuntuGPU1804Gen2ImageConfigTemplate .WithOptions (opts ... ),
957
+ AKSUbuntuContainerd1804 : SIGUbuntuContainerd1804ImageConfigTemplate .WithOptions (opts ... ),
958
+ AKSUbuntuContainerd1804Gen2 : SIGUbuntuContainerd1804Gen2ImageConfigTemplate .WithOptions (opts ... ),
959
+ AKSUbuntuGPUContainerd1804 : SIGUbuntuGPUContainerd1804ImageConfigTemplate .WithOptions (opts ... ),
960
+ AKSUbuntuGPUContainerd1804Gen2 : SIGUbuntuGPUContainerd1804Gen2ImageConfigTemplate .WithOptions (opts ... ),
961
+ AKSUbuntuFipsContainerd1804 : SIGUbuntuFipsContainerd1804ImageConfigTemplate .WithOptions (opts ... ),
962
+ AKSUbuntuFipsContainerd1804Gen2 : SIGUbuntuFipsContainerd1804Gen2ImageConfigTemplate .WithOptions (opts ... ),
963
+ AKSUbuntuFipsContainerd2004 : SIGUbuntuFipsContainerd2004ImageConfigTemplate .WithOptions (opts ... ),
964
+ AKSUbuntuFipsContainerd2004Gen2 : SIGUbuntuFipsContainerd2004Gen2ImageConfigTemplate .WithOptions (opts ... ),
965
+ AKSUbuntuFipsContainerd2204 : SIGUbuntuFipsContainerd2204ImageConfigTemplate .WithOptions (opts ... ),
966
+ AKSUbuntuFipsContainerd2204Gen2 : SIGUbuntuFipsContainerd2204Gen2ImageConfigTemplate .WithOptions (opts ... ),
967
+ AKSUbuntuContainerd2204 : SIGUbuntuContainerd2204ImageConfigTemplate .WithOptions (opts ... ),
968
+ AKSUbuntuContainerd2204Gen2 : SIGUbuntuContainerd2204Gen2ImageConfigTemplate .WithOptions (opts ... ),
969
+ AKSUbuntuContainerd2004CVMGen2 : SIGUbuntuContainerd2004CVMGen2ImageConfigTemplate .WithOptions (opts ... ),
970
+ AKSUbuntuArm64Containerd2204Gen2 : SIGUbuntuArm64Containerd2204Gen2ImageConfigTemplate .WithOptions (opts ... ),
971
+ AKSUbuntuArm64Containerd2404Gen2 : SIGUbuntuArm64Containerd2404Gen2ImageConfigTemplate .WithOptions (opts ... ),
972
+ AKSUbuntuArm64GB200Containerd2404Gen2 : SIGUbuntuArm64GB200Containerd2404Gen2ImageConfigTemplate .WithOptions (opts ... ),
973
+ AKSUbuntuContainerd2404CVMGen2 : SIGUbuntuContainerd2404CVMGen2ImageConfigTemplate .WithOptions (opts ... ),
974
+ AKSUbuntuContainerd2204TLGen2 : SIGUbuntuContainerd2204TLGen2ImageConfigTemplate .WithOptions (opts ... ),
975
+ AKSUbuntuMinimalContainerd2204 : SIGUbuntuMinimalContainerd2204ImageConfigTemplate .WithOptions (opts ... ),
976
+ AKSUbuntuMinimalContainerd2204Gen2 : SIGUbuntuMinimalContainerd2204Gen2ImageConfigTemplate .WithOptions (opts ... ),
977
+ AKSUbuntuEgressContainerd2204Gen2 : SIGUbuntuEgressContainerd2204Gen2ImageConfigTemplate .WithOptions (opts ... ),
978
+ AKSUbuntuContainerd2404 : SIGUbuntuContainerd2404ImageConfigTemplate .WithOptions (opts ... ),
979
+ AKSUbuntuContainerd2404Gen2 : SIGUbuntuContainerd2404Gen2ImageConfigTemplate .WithOptions (opts ... ),
980
+ AKSUbuntuContainerd2404TLGen2 : SIGUbuntuContainerd2404TLGen2ImageConfigTemplate .WithOptions (opts ... ),
970
981
}
971
982
}
972
983
0 commit comments