File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -230,6 +230,9 @@ const (
230230 // DO NOT MODIFY: used for freezing linux images with docker
231231 FrozenLinuxSIGImageVersionForDocker string = "2022.09.13"
232232
233+ // Freezing the version of Mariner 2.0 until fix for cloud-init is published.
234+ MarinerV2Gen2SIGImageVersion string = "2022.08.29"
235+
233236 LinuxSIGImageVersion string = "2022.09.13"
234237
235238 Windows2019SIGImageVersion string = "17763.3287.220810"
@@ -380,7 +383,7 @@ var (
380383 ResourceGroup : AKSCBLMarinerResourceGroup ,
381384 Gallery : AKSCBLMarinerGalleryName ,
382385 Definition : "V2gen2" ,
383- Version : LinuxSIGImageVersion ,
386+ Version : MarinerV2Gen2SIGImageVersion ,
384387 }
385388
386389 SIGCBLMarinerV2Arm64ImageConfigTemplate = SigImageConfigTemplate {
You can’t perform that action at this time.
0 commit comments