mirror of
https://github.com/microsoft/WSL.git
synced 2025-12-10 00:44:55 -06:00
Add SUSE distributions to DistributionInfo.json (#12451)
* Update DistributionInfo.json Adding "openSUSE" section to "ModenDistributions". * Update DistributionInfo.json Setting TW as default. * Update DistributionInfo.json Adding "SUSE" flavor with SLE15SP5 and SLE15SP6.
This commit is contained in:
parent
2934d12f48
commit
29fcff964c
@ -1,20 +1,60 @@
|
||||
{
|
||||
"ModernDistributions": {
|
||||
"kali":[
|
||||
{
|
||||
"Name":"kali-linux",
|
||||
"FriendlyName":"Kali Linux Rolling",
|
||||
"Default":true,
|
||||
"Amd64Url":{
|
||||
"Url":"https://kali.download/wsl-images/current/kali-linux-2024.4-wsl-rootfs-amd64.wsl",
|
||||
"Sha256":"fc1449607f616ac737bd8b1245b080e5eba50f3452a7cfc8bb96607327128de3"
|
||||
"openSUSE": [
|
||||
{
|
||||
"Name": "openSUSE-Tumbleweed",
|
||||
"FriendlyName": "openSUSE Tumbleweed",
|
||||
"Default": true,
|
||||
"Amd64Url": {
|
||||
"Url": "https://github.com/openSUSE/WSL-instarball/releases/download/v20250110.0/openSUSE-Tumbleweed-20250108.x86_64-7.31-Build7.31.tar.xz",
|
||||
"Sha256": "0x8c89f858145e2ff778eb061817d91d31ee5bee3b2797af7e4000d236553872b0"
|
||||
}
|
||||
},
|
||||
"Arm64Url":{
|
||||
"Url":"https://kali.download/wsl-images/current/kali-linux-2024.4-wsl-rootfs-arm64.wsl",
|
||||
"Sha256":"7a389cbf3fd6ebab80d5a3a1dbf3a9e6484921f8197ce53e11aa186873c37a34"
|
||||
{
|
||||
"Name": "openSUSE-Leap-15.6",
|
||||
"FriendlyName": "openSUSE Leap 15.6",
|
||||
"Default": false,
|
||||
"Amd64Url": {
|
||||
"Url": "https://github.com/openSUSE/WSL-instarball/releases/download/v20250110.0/openSUSE-Leap-15.6-15.6.x86_64-7.19-Build7.19.tar.xz",
|
||||
"Sha256": "0x81d1abf44ab438e5333ff7da09baa101a7c9b64873bb37cfeaf5bf5f0cbed57a"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"SUSE": [
|
||||
{
|
||||
"Name": "SUSE-Linux-Enterprise-15-SP5",
|
||||
"FriendlyName": "SUSE Linux Enterprise 15 SP5",
|
||||
"Default": false,
|
||||
"Amd64Url": {
|
||||
"Url": "https://github.com/SUSE/WSL-instarball/releases/download/v20250123.0/SUSE-Linux-Enterprise-15-SP5-15.5.x86_64-11.1-Build11.1.wsl",
|
||||
"Sha256": "0x64ae138a1cdaff5fdc578d8ea92176d2939146932ca7ce2bff685d974ec34932"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Name": "SUSE-Linux-Enterprise-15-SP6",
|
||||
"FriendlyName": "SUSE Linux Enterprise 15 SP6",
|
||||
"Default": true,
|
||||
"Amd64Url": {
|
||||
"Url": "https://github.com/SUSE/WSL-instarball/releases/download/v20250123.0/SUSE-Linux-Enterprise-15-SP6-15.6.x86_64-11.1-Build11.1.wsl",
|
||||
"Sha256": "0x8edc5a47003d06e72b17d35d169c5b8b0e7e4285d59110c4f3c73863fb578136"
|
||||
}
|
||||
}
|
||||
],
|
||||
"kali":[
|
||||
{
|
||||
"Name":"kali-linux",
|
||||
"FriendlyName":"Kali Linux Rolling",
|
||||
"Default":true,
|
||||
"Amd64Url":{
|
||||
"Url":"https://kali.download/wsl-images/current/kali-linux-2024.4-wsl-rootfs-amd64.wsl",
|
||||
"Sha256":"fc1449607f616ac737bd8b1245b080e5eba50f3452a7cfc8bb96607327128de3"
|
||||
},
|
||||
"Arm64Url":{
|
||||
"Url":"https://kali.download/wsl-images/current/kali-linux-2024.4-wsl-rootfs-arm64.wsl",
|
||||
"Sha256":"7a389cbf3fd6ebab80d5a3a1dbf3a9e6484921f8197ce53e11aa186873c37a34"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"Default": "Ubuntu",
|
||||
"Distributions": [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user