@samitouri / QOSAMI-WSL / commits / 76f95f13

Update Ubuntu URLs to version 26.04 (#40392)

* Update Ubuntu URLs to version 26.04 * Change Ubuntu-26.04 default status to false

Carlos Rafael Ramirez committed May 4, 2026 at 22:04 UTC 76f95f136ed24aeae650a8e5150b4216725f3731
1 file changed +17 -4
distributions/DistributionInfo.json
+17 -4
@@ -6,12 +6,25 @@
6 "FriendlyName": "Ubuntu",
7 "Default": true,
8 "Amd64Url": {
9 - "Url": "https://releases.ubuntu.com/24.04.4/ubuntu-24.04.4-wsl-amd64.wsl",
10 - "Sha256": "9b2f7730dc68227dd04a9f3e5eab86ad85caf556b8606ad94f1f29ff5c4fd3f5"
9 + "Url": "https://releases.ubuntu.com/26.04/ubuntu-26.04-wsl-amd64.wsl",
10 + "Sha256": "96c7f5fb28a7fe28245331f9bfbe4375f18dd29a4850116ad3c4f60f6700c55c"
11 },
12 "Arm64Url": {
13 - "Url": "https://cdimages.ubuntu.com/releases/24.04.4/release/ubuntu-24.04.4-wsl-arm64.wsl",
14 - "Sha256": "6b244d89f412a68f51e58f396fab65bed3b5896a25c045a99bef9c78a07df507"
13 + "Url": "https://cdimages.ubuntu.com/releases/26.04/release/ubuntu-26.04-wsl-arm64.wsl",
14 + "Sha256": "9fae7b65ac7be0ebb019987c922f1f1f1aaffb061834eb22e76a5e2a958dd3f6"
15 + }
16 + },
17 + {
18 + "Name": "Ubuntu-26.04",
19 + "FriendlyName": "Ubuntu 26.04 LTS",
20 + "Default": false,
21 + "Amd64Url": {
22 + "Url": "https://releases.ubuntu.com/26.04/ubuntu-26.04-wsl-amd64.wsl",
23 + "Sha256": "96c7f5fb28a7fe28245331f9bfbe4375f18dd29a4850116ad3c4f60f6700c55c"
24 + },
25 + "Arm64Url": {
26 + "Url": "https://cdimages.ubuntu.com/releases/26.04/release/ubuntu-26.04-wsl-arm64.wsl",
27 + "Sha256": "9fae7b65ac7be0ebb019987c922f1f1f1aaffb061834eb22e76a5e2a958dd3f6"
28 }
29 },
30 {