Add Arch Linux official WSL image to the distribution manifest (#12818)
As discussed in microsoft#12551, we (Arch Linux) now [provide an official WSL image](https://rfc.archlinux.page/0050-arch-linux-wsl-image/). This commit adds it to the Microsoft WSL's official distribution manifest, allowing users to pull and install it in an automated way (`wsl --install archlinux`). Closes microsoft#12551
Robin Candau committed
Apr 15, 2025 at 00:00 UTC
04f0a13d4c57c1de33c54fc9dafe09562b295fec
1 file changed
+11
distributions/DistributionInfo.json
+11
@@ -146,6 +146,17 @@
146
"Sha256": "9c5804fc58108a138f53ff111961e17217b1cf429f8e5c8365b52062b621e8e5"
147
}
148
}
149
+ ],
150
+ "archlinux": [
151
+ {
152
+ "Name": "archlinux",
153
+ "FriendlyName": "Arch Linux",
154
+ "Default": true,
155
+ "Amd64Url": {
156
+ "Url": "https://geo.mirror.pkgbuild.com/wsl/2025.04.14.124939/archlinux-2025.04.14.124939.wsl",
157
+ "Sha256": "13f675407f0fa792d8561f7e7866e748899a62f39b7e7dd1f5561b27ba7d7a1a"
158
+ }
159
+ }
160
]
161
},
162
"Default": "Ubuntu",