aboutsummaryrefslogtreecommitdiff
path: root/teams/eln/wsl.xml
AgeCommit message (Collapse)Author
2026-04-22eln: new fedora-eln-release package replaces fedora-release-elnGravatar Yaakov Selkowitz
https://bugzilla.redhat.com/show_bug.cgi?id=2460477 https://github.com/fedora-eln/eln/issues/469
2025-08-28eln/wsl: drop the SELinux packages from the ELN WSL imageGravatar Jeremy Cline
WSL does not support SELinux, so at best it's pointless to install. This also actively breaks WSL 1 users, although I don't think we should suggest that we support that, and if the policy on the builder doesn't match the target things break during the build. It also reduced the build time from ~80 seconds to ~70 seconds for me, so that's nice. See: 39b379f7d ("wsl: drop the SELinux packages from the WSL base image") Signed-off-by: Jeremy Cline <jeremycline@linux.microsoft.com>
2025-05-30Add wsl-setup to ELN WSLGravatar Troy Dawson
Signed-off-by: Troy Dawson <tdawson@redhat.com>
2025-05-29teams/eln/wsl: Use native "wsl" image typeGravatar Neal Gompa
This introduces extra validation for WSL image creation to ensure the result is usable.
2025-05-15wsl: Add wget to the default package setGravatar Jeremy Cline
Although we include curl, some folks expect wget. Also, one of the more common uses of WSL is in combination with VS Code, and its setup script on remote hosts uses wget. Signed-off-by: Jeremy Cline <jeremycline@linux.microsoft.com>
2025-05-01Add WSL to ELNGravatar Troy Dawson
Signed-off-by: Troy Dawson <tdawson@redhat.com>