Added Ubuntu to modern distributions (#12529)
Added Ubuntu and Ubuntu-24.04 to modern distributions and set Ubuntu as default.
Jean-Baptiste Lallement committed
Feb 1, 2025 at 01:22 UTC
e7c949bffddf3131ae0035a2f11346895244e0cc
1 file changed
+28
distributions/DistributionInfo.json
+28
@@ -1,5 +1,33 @@
1
{
2
"ModernDistributions": {
3
+ "Ubuntu": [
4
+ {
5
+ "Name": "Ubuntu",
6
+ "FriendlyName": "Ubuntu",
7
+ "Default": true,
8
+ "Amd64Url": {
9
+ "Url": "https://publicwsldistros.blob.core.windows.net/wsldistrostorage/Ubuntu2404-250130_x64.wsl",
10
+ "Sha256": "64d20e0b641d2d3ad00c8015f9e905a63932f499bd743ab77224f5242539da8d"
11
+ },
12
+ "Arm64Url": {
13
+ "Url": "https://publicwsldistros.blob.core.windows.net/wsldistrostorage/Ubuntu2404-250130_ARM64.wsl",
14
+ "Sha256": "a97f5513a3c9946b4b4ac3035eb441e9a6cb797fe46f0a7462c81b842d25a608"
15
+ }
16
+ },
17
+ {
18
+ "Name": "Ubuntu-24.04",
19
+ "FriendlyName": "Ubuntu 24.04 LTS",
20
+ "Default": false,
21
+ "Amd64Url": {
22
+ "Url": "https://publicwsldistros.blob.core.windows.net/wsldistrostorage/Ubuntu2404-250130_x64.wsl",
23
+ "Sha256": "64d20e0b641d2d3ad00c8015f9e905a63932f499bd743ab77224f5242539da8d"
24
+ },
25
+ "Arm64Url": {
26
+ "Url": "https://publicwsldistros.blob.core.windows.net/wsldistrostorage/Ubuntu2404-250130_ARM64.wsl",
27
+ "Sha256": "a97f5513a3c9946b4b4ac3035eb441e9a6cb797fe46f0a7462c81b842d25a608"
28
+ }
29
+ }
30
+ ],
31
"openSUSE": [
32
{
33
"Name": "openSUSE-Tumbleweed",