diff --git a/packages/download-url/src/linux-distro.ts b/packages/download-url/src/linux-distro.ts index 2b3b18ec..c55edde8 100644 --- a/packages/download-url/src/linux-distro.ts +++ b/packages/download-url/src/linux-distro.ts @@ -131,6 +131,7 @@ function listDistroIds({ } case 'centos': return [{ value: 'rhel' + version + '0', priority: 100 }]; + case 'rhel': case 'redhatenterprise': case 'redhatenterpriseserver': { // Since releases made in Aug 2024, the server uses 'rhel8' instead of 'rhel8x'