# WSL-instarball **Repository Path**: mirrors_openSUSE/WSL-instarball ## Basic Information - **Project Name**: WSL-instarball - **Description**: Release storage for inclusion on #gh/microsoft/WSL - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-16 - **Last Updated**: 2026-04-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This repo will be used to store `*.tar.xz` files from OBS for Leap[1] and Tumbleweed[2] which can be updated for use with: ``` wsl --install --web-download ``` via PR to [#gh/microsoft/WSL](https://github.com/microsoft/WSL/pulls) as part of the "ModernDistributions" section of [DistributionInfo.json](https://github.com/microsoft/WSL/blob/master/distributions/DistributionInfo.json). ### [Distribution manifest details](https://learn.microsoft.com/en-us/windows/wsl/build-custom-distro#distribution-manifest-details) ``` "ModernDistributions": { "": [ { "Name": "", "FriendlyName": "", "Default": true | false, "Amd64Url": { "Url": "", "Sha256": "" }, "Arm64Url": { "Url": "", "Sha256": "0x" } } } ``` ### Example ``` { "ModernDistributions": { "openSUSE": [ { "Name": "openSUSE-Tumbleweed", "FriendlyName": "openSUSE Tumbleweed", "Default": false, "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" } }, { "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" } } ] } } ``` ### Reference Links * [1] https://download.opensuse.org/repositories/Virtualization:/WSL:/instarball/openSUSE_Leap_15.6_images/ * [2] https://download.opensuse.org/repositories/Virtualization:/WSL:/instarball/openSUSE_Tumbleweed_images/