-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Harmonize CentOS support with doc site contents #8355
Conversation
@@ -31,11 +31,12 @@ OS | Version | Architectures | |||
OS | Version | Architectures | Lifecycle | |||
--------------------------------------|-----------------------|-------------------|---------- | |||
[Alpine Linux][Alpine] | 3.13+ | x64, Arm64, Arm32 | [Alpine][Alpine-lifecycle] | |||
[CentOS][CentOS] | 7+ | x64 | [CentOS][CentOS-lifecycle] | |||
[CentOS Linux][CentOS] | 7 | x64 | [CentOS][CentOS-lifecycle] | |||
[CentOS Stream Linux][CentOS] | 8 | x64 | [CentOS][CentOS-lifecycle] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should it be "8+"? CentOS Stream 9 exists too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Goot catch. @leecow?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be CentOS Stream
instead of CentOS Stream Linux
(we also don't write Ubuntu
as Ubuntu Linux
in the list) and 8+ for the version as also caught by @omajid for .NET 6 and .NET 7.
https://learn.microsoft.com/en-us/dotnet/core/install/linux-rhel#supported-distributions has it correctly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For .NET 7, RHEL 7 is also still shown as supported. Since CentOS Stream is showing 8+, RHEL should also be fixed :) https://learn.microsoft.com/en-us/dotnet/core/install/linux-rhel#supported-distributions is already corrected to show RHEL 7 only supporting .NET 6.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, addressing comments in #8386
Support statements on the doc site distinguish between CentOS Linux and CentOS Stream. This update includes similar detail in the repo support content.
Resolves #7826