@samitouri / QOSAMI-WSL / commits / feb9ad97

More stable link for Ubuntu and Ubuntu-24.04 (#13418)

The existing AMD64 link (using the release name - noble in this case) will break next year as it did two weeks ago when Ubuntu 24.04.3 LTS was released. The link I propose here will remain stable when the next point release comes out, following the same pattern already in place for ARM64. To prove my point we can use this pattern to fetch the previous version of Ubuntu 24.04: - This works: https://releases.ubuntu.com/24.04.2/ubuntu-24.04.2-wsl-amd64.wsl - This doesn't: https://releases.ubuntu.com/noble/ubuntu-24.04.2-wsl-amd64.wsl

Carlos Nihelton committed Aug 22, 2025 at 15:03 UTC feb9ad97a4532a4887bd24bf4a579bf38d11f2b7
1 file changed +2 -2
distributions/DistributionInfo.json
+2 -2
@@ -6,7 +6,7 @@
6 "FriendlyName": "Ubuntu",
7 "Default": true,
8 "Amd64Url": {
9 - "Url": "https://releases.ubuntu.com/noble/ubuntu-24.04.3-wsl-amd64.wsl",
9 + "Url": "https://releases.ubuntu.com/24.04.3/ubuntu-24.04.3-wsl-amd64.wsl",
10 "Sha256": "c74833a55e525b1e99e1541509c566bb3e32bdb53bf27ea3347174364a57f47c"
11 },
12 "Arm64Url": {
@@ -19,7 +19,7 @@
19 "FriendlyName": "Ubuntu 24.04 LTS",
20 "Default": false,
21 "Amd64Url": {
22 - "Url": "https://releases.ubuntu.com/noble/ubuntu-24.04.3-wsl-amd64.wsl",
22 + "Url": "https://releases.ubuntu.com/24.04.3/ubuntu-24.04.3-wsl-amd64.wsl",
23 "Sha256": "c74833a55e525b1e99e1541509c566bb3e32bdb53bf27ea3347174364a57f47c"
24 },
25 "Arm64Url": {