Updates Ubuntu latest LTS images - #41465
Conversation
Just announced today. Also published the up-to-date Ubuntu package to MS Store, but I'm not referencing it here.
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
|
@microsoft-github-policy-service agree company="Canonical" |
|
/azp run |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
|
Carlos Nihelton (@CarlosNihelton) - a bunch of warnings from our distro validation script that I feel should be looked at. |
|
Ben Hillis (@benhillis) Thanks for the ping! Are those warnings acceptable until the upcoming release date? Specially those systemd units mentioned in the script, most likely they won't get removed, but rather masked in the images. Is that an acceptable fix? We'll also have a new image release of 24.04 today, with the same warnings. |
|
Carlos Nihelton (@CarlosNihelton) - go ahead and update this PR with the new image is ready, no sense having two PRs. |
Done! |
There was a problem hiding this comment.
🟡 Changes recommended
The Arm64 URL host change (cdimages → cdimage) and an unmentioned Ubuntu 24.04 bump need to be confirmed/clarified to avoid broken downloads and reviewer surprise.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Updates the Ubuntu WSL distribution download metadata to point to newly released upstream .wsl artifacts and their SHA-256 checksums, which are used by the repo’s distribution manifest/validation flow.
Changes:
- Bump Ubuntu 26.04 WSL image URLs/checksums from
26.04to26.04.1(amd64 + arm64). - Bump Ubuntu 24.04 WSL image URLs/checksums from
24.04.4to24.04.5(amd64 + arm64).
File summaries
| File | Description |
|---|---|
| distributions/DistributionInfo.json | Updates Ubuntu versioned download URLs and SHA-256 hashes for 26.04.1 (and also 24.04.5). |
Review details
Suppressed comments (1)
distributions/DistributionInfo.json:26
- Same as above: this Arm64 URL switches from
cdimages.ubuntu.comtocdimage.ubuntu.comwith the/releases/<version>/release/path. Unless this host change was explicitly verified, it risks a broken URL and CI validation failure.
"Url": "https://cdimage.ubuntu.com/releases/26.04.1/release/ubuntu-26.04.1-wsl-arm64.wsl",
- Files reviewed: 1/1 changed files
- Comments generated: 2
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| "Url": "https://releases.ubuntu.com/24.04.5/ubuntu-24.04.5-wsl-amd64.wsl", | ||
| "Sha256": "bb415d824822c4b878125729af451a5d18fb13d1cf5cbed9a7393ad64ac6039e" | ||
| }, | ||
| "Arm64Url": { | ||
| "Url": "https://cdimages.ubuntu.com/releases/24.04.4/release/ubuntu-24.04.4-wsl-arm64.wsl", | ||
| "Sha256": "6b244d89f412a68f51e58f396fab65bed3b5896a25c045a99bef9c78a07df507" | ||
| "Url": "https://cdimages.ubuntu.com/releases/24.04.5/release/ubuntu-24.04.5-wsl-arm64.wsl", | ||
| "Sha256": "74478b5024d9047397ba79d17c27f73caf85ada4988f88cffc2892d65e6a806b" |
26.04.1 was announced when this PR was first opened. Also published the up-to-date Ubuntu package to MS Store, but I'm not referencing it here. Also updates 24.04 to the .5 release.
Summary of the Pull Request
PR Checklist
Detailed Description of the Pull Request / Additional comments
Updates Ubuntu 26.04 to the .1 release.
Also published the up-to-date Ubuntu package to MS Store, but I'm not referencing it here.
Also updates 24.04 to the .5 release.
Validation Steps Performed
Verified with a manifest override using those URLs and checksums.