Skip to content

Commit a58918d

Browse files
Sandidowu5bochengzhoxing-ms
authored andcommitted
Update Image aliases with new versioned aliases (Azure#23261)
* Update aliases.json * remove 2008 alias this image was entirely deprecated, and was removed from PS. * add centos versioned * add architecture * Update arm-compute/quickstart-templates/aliases.json Co-authored-by: wu5bocheng <wu5bocheng@gmail.com> * Update arm-compute/quickstart-templates/aliases.json Co-authored-by: wu5bocheng <wu5bocheng@gmail.com> * Update arm-compute/quickstart-templates/aliases.json Co-authored-by: Xing Zhou <Zhou.Xing@microsoft.com> * Update arm-compute/quickstart-templates/aliases.json Co-authored-by: wu5bocheng <wu5bocheng@gmail.com> * Update arm-compute/quickstart-templates/aliases.json Co-authored-by: Xing Zhou <Zhou.Xing@microsoft.com> * Update arm-compute/quickstart-templates/aliases.json Co-authored-by: wu5bocheng <wu5bocheng@gmail.com> * Update arm-compute/quickstart-templates/aliases.json Co-authored-by: Xing Zhou <Zhou.Xing@microsoft.com> * Update arm-compute/quickstart-templates/aliases.json Co-authored-by: Xing Zhou <Zhou.Xing@microsoft.com> * Update aliases.json --------- Co-authored-by: wu5bocheng <wu5bocheng@gmail.com> Co-authored-by: Xing Zhou <Zhou.Xing@microsoft.com>
1 parent bc883e2 commit a58918d

File tree

1 file changed

+43
-1
lines changed

1 file changed

+43
-1
lines changed

arm-compute/quickstart-templates/aliases.json

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,34 +16,69 @@
1616
"version": "latest",
1717
"architecture": "x64"
1818
},
19+
"CentOS85Gen2": {
20+
"publisher": "OpenLogic",
21+
"offer": "CentOS",
22+
"sku": "8_5-gen2",
23+
"version": "latest",
24+
"architecture": "x64"
25+
},
1926
"Debian": {
2027
"publisher": "Debian",
2128
"offer": "debian-10",
2229
"sku": "10",
2330
"version": "latest",
2431
"architecture": "x64"
2532
},
33+
"Debian11": {
34+
"publisher": "Debian",
35+
"offer": "debian-11",
36+
"sku": "11-backports-gen2",
37+
"version": "latest",
38+
"architecture": "x64"
39+
},
2640
"Flatcar": {
2741
"publisher": "kinvolk",
2842
"offer": "flatcar-container-linux-free",
2943
"sku": "stable",
3044
"version": "latest",
3145
"architecture": "x64"
3246
},
47+
"FlatcarLinuxFreeGen2": {
48+
"publisher": "kinvolk",
49+
"offer": "flatcar-container-linux-free",
50+
"sku": "stable-gen2",
51+
"version": "latest",
52+
"architecture": "x64"
53+
},
3354
"openSUSE-Leap": {
3455
"publisher": "SUSE",
3556
"offer": "opensuse-leap-15-3",
3657
"sku": "gen2",
3758
"version": "latest",
3859
"architecture": "x64"
3960
},
61+
"OpenSuseLeap154Gen2": {
62+
"publisher": "SUSE",
63+
"offer": "openSUSE-leap-15-4",
64+
"sku": "gen2",
65+
"version": "latest",
66+
"architecture": "x64"
67+
},
4068
"RHEL": {
4169
"publisher": "RedHat",
4270
"offer": "RHEL",
4371
"sku": "7-LVM",
4472
"version": "latest",
4573
"architecture": "x64"
4674
},
75+
"RHELRaw8LVMGen2": {
76+
"publisher": "RedHat",
77+
"offer": "RHEL",
78+
"sku": "8-lvm-gen2",
79+
"version": "latest",
80+
"architecture": "x64"
81+
},
4782
"SLES": {
4883
"publisher": "SUSE",
4984
"offer": "sles-15-sp3",
@@ -57,6 +92,13 @@
5792
"sku": "18.04-LTS",
5893
"version": "latest",
5994
"architecture": "x64"
95+
},
96+
"Ubuntu2204": {
97+
"publisher": "Canonical",
98+
"offer": "0001-com-ubuntu-server-jammy",
99+
"sku": "22_04-lts-gen2",
100+
"version": "latest",
101+
"architecture": "x64"
60102
}
61103
},
62104
"Windows": {
@@ -113,4 +155,4 @@
113155
}
114156
}
115157
}
116-
}
158+
}

0 commit comments

Comments
 (0)