From 02bc5957959185045b96555f966c36090a398f61 Mon Sep 17 00:00:00 2001 From: Patrick Swartz Date: Wed, 12 Aug 2026 09:46:44 -0500 Subject: [PATCH 1/2] Add RLCPlus-9 and RLCPlus-10 (Rocky Linux Plus, CIQ) --- distributions/DistributionInfo.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/distributions/DistributionInfo.json b/distributions/DistributionInfo.json index 50171a9d3..613f0fcb9 100644 --- a/distributions/DistributionInfo.json +++ b/distributions/DistributionInfo.json @@ -95,6 +95,34 @@ } } ], + "RLCPlus": [ + { + "Name": "RLCPlus-9", + "FriendlyName": "Rocky Linux Plus 9 (CIQ)", + "Default": false, + "Amd64Url": { + "Url": "https://github.com/ctrliq/rlcplus-wsl-images/releases/download/v20260812/RLCPlus-9-WSL-9-20260812.0.x86_64.wsl", + "Sha256": "202ba60ac09205b3bb574f69bcad69c5c2463fd243019fc1067437a4bc9af939" + }, + "Arm64Url": { + "Url": "https://github.com/ctrliq/rlcplus-wsl-images/releases/download/v20260812/RLCPlus-9-WSL-9-20260812.0.aarch64.wsl", + "Sha256": "5b24a384fdfbf004e75441d5e7ade4ef9579e52d58223741b195c41075a28b1b" + } + }, + { + "Name": "RLCPlus-10", + "FriendlyName": "Rocky Linux Plus 10 (CIQ)", + "Default": true, + "Amd64Url": { + "Url": "https://github.com/ctrliq/rlcplus-wsl-images/releases/download/v20260812/RLCPlus-10-WSL-10-20260812.0.x86_64.wsl", + "Sha256": "2b181172c9aa3160a803d5ecaee517d237f59b41eb21848ee60699b89d5b8d84" + }, + "Arm64Url": { + "Url": "https://github.com/ctrliq/rlcplus-wsl-images/releases/download/v20260812/RLCPlus-10-WSL-10-20260812.0.aarch64.wsl", + "Sha256": "b87c820232b2ce1b76be3643be615c4fee7ebc6bb31de4ac222d52b58d9cdd67" + } + } +], "SUSE": [ { "Name": "SUSE-Linux-Enterprise-15-SP7", From d88381f67f412dba8b6ab6be91526ccad7af9c38 Mon Sep 17 00:00:00 2001 From: Patrick Swartz Date: Wed, 12 Aug 2026 13:35:07 -0500 Subject: [PATCH 2/2] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- distributions/DistributionInfo.json | 40 ++++++++++++++--------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/distributions/DistributionInfo.json b/distributions/DistributionInfo.json index 613f0fcb9..fd58dc5db 100644 --- a/distributions/DistributionInfo.json +++ b/distributions/DistributionInfo.json @@ -95,26 +95,26 @@ } } ], - "RLCPlus": [ - { - "Name": "RLCPlus-9", - "FriendlyName": "Rocky Linux Plus 9 (CIQ)", - "Default": false, - "Amd64Url": { - "Url": "https://github.com/ctrliq/rlcplus-wsl-images/releases/download/v20260812/RLCPlus-9-WSL-9-20260812.0.x86_64.wsl", - "Sha256": "202ba60ac09205b3bb574f69bcad69c5c2463fd243019fc1067437a4bc9af939" - }, - "Arm64Url": { - "Url": "https://github.com/ctrliq/rlcplus-wsl-images/releases/download/v20260812/RLCPlus-9-WSL-9-20260812.0.aarch64.wsl", - "Sha256": "5b24a384fdfbf004e75441d5e7ade4ef9579e52d58223741b195c41075a28b1b" - } - }, - { - "Name": "RLCPlus-10", - "FriendlyName": "Rocky Linux Plus 10 (CIQ)", - "Default": true, - "Amd64Url": { - "Url": "https://github.com/ctrliq/rlcplus-wsl-images/releases/download/v20260812/RLCPlus-10-WSL-10-20260812.0.x86_64.wsl", + "RLCPlus": [ + { + "Name": "RLCPlus-9", + "FriendlyName": "Rocky Linux Plus 9 (CIQ)", + "Default": false, + "Amd64Url": { + "Url": "https://github.com/ctrliq/rlcplus-wsl-images/releases/download/v20260812/RLCPlus-9-WSL-9-20260812.0.x86_64.wsl", + "Sha256": "202ba60ac09205b3bb574f69bcad69c5c2463fd243019fc1067437a4bc9af939" + }, + "Arm64Url": { + "Url": "https://github.com/ctrliq/rlcplus-wsl-images/releases/download/v20260812/RLCPlus-9-WSL-9-20260812.0.aarch64.wsl", + "Sha256": "5b24a384fdfbf004e75441d5e7ade4ef9579e52d58223741b195c41075a28b1b" + } + }, + { + "Name": "RLCPlus-10", + "FriendlyName": "Rocky Linux Plus 10 (CIQ)", + "Default": true, + "Amd64Url": { + "Url": "https://github.com/ctrliq/rlcplus-wsl-images/releases/download/v20260812/RLCPlus-10-WSL-10-20260812.0.x86_64.wsl", "Sha256": "2b181172c9aa3160a803d5ecaee517d237f59b41eb21848ee60699b89d5b8d84" }, "Arm64Url": {