Add Fedora Linux to distribution list (#12710)
Fedora has started building WSL images in Fedora 42. With the general availability of Fedora 42, we can now include Fedora in the distribution list. Signed-off-by: Jeremy Cline <jeremycline@linux.microsoft.com>
Jeremy Cline committed
Apr 16, 2025 at 14:42 UTC
fd0243c8abd6641c8100058d7b187e21aa30fa78
1 file changed
+15
distributions/DistributionInfo.json
+15
@@ -157,6 +157,21 @@
157
"Sha256": "13f675407f0fa792d8561f7e7866e748899a62f39b7e7dd1f5561b27ba7d7a1a"
158
}
159
}
160
+ ],
161
+ "Fedora": [
162
+ {
163
+ "Name": "FedoraLinux-42",
164
+ "FriendlyName": "Fedora Linux 42",
165
+ "Default": true,
166
+ "Amd64Url": {
167
+ "Url": "https://download.fedoraproject.org/pub/fedora/linux/releases/42/Container/x86_64/images/Fedora-WSL-Base-42-1.1.x86_64.tar.xz",
168
+ "Sha256": "99fb3d05d78ca17c6815bb03cf528da8ef82ebc6260407f2b09461e0da8a1b8d"
169
+ },
170
+ "Arm64Url": {
171
+ "Url": "https://download.fedoraproject.org/pub/fedora/linux/releases/42/Container/aarch64/images/Fedora-WSL-Base-42-1.1.aarch64.tar.xz",
172
+ "Sha256": "a5a2ceb8ca56b7245b909d021b0fd620427db349f02b8ef3b82b741bcb5611cd"
173
+ }
174
+ }
175
]
176
},
177
"Default": "Ubuntu",