Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to add Azure Linux 3.0 as a Linux distros for WSL ? #10997

Open
ohault opened this issue Nov 10, 2024 · 1 comment
Open

How to add Azure Linux 3.0 as a Linux distros for WSL ? #10997

ohault opened this issue Nov 10, 2024 · 1 comment
Labels
question Further information is requested

Comments

@ohault
Copy link

ohault commented Nov 10, 2024

  • Manually from a command prompt on a local host
  • for your Windows PCs in your corporate environnement
  • by Microsoft in the list of available distros ( wsl -l -o )
  • as WSL Linux distro on the Microsoft Store
@ohault ohault added the question Further information is requested label Nov 10, 2024
@zcobol
Copy link

zcobol commented Nov 10, 2024

@ohault use Docker and run docker pull mcr.microsoft.com/azurelinux/base/core:3.0 then export the image and import into WSL. It works!

root@toto [ ~ ]# cat /etc/os-release
NAME="Microsoft Azure Linux"
VERSION="3.0.20241101"
ID=azurelinux
VERSION_ID="3.0"
PRETTY_NAME="Microsoft Azure Linux 3.0"
ANSI_COLOR="1;34"
HOME_URL="https://aka.ms/azurelinux"
BUG_REPORT_URL="https://aka.ms/azurelinux"
SUPPORT_URL="https://aka.ms/azurelinux"
root@toto [ ~ ]# wslinfo --wsl-version
2.3.25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants