microsoft / azure-pipelines-agent

Azure Pipelines Agent 🚀
MIT License
1.72k stars 864 forks source link

[BUG]: Oracle Linux (8.10) warns it is not supported #4941

Open im-aIex opened 3 weeks ago

im-aIex commented 3 weeks ago

What happened?

After upgrading to Agent v3.243.0 the pipeline warns

The operating system version this agent is running on (ol OS name: 8.10) is not supported on an upcoming update to the Pipelines Agent.

The agent is hosted on Oracle Linux 8.10, which should be the same as the supported RHEL.

Versions

Agent: v3.243.0 OS: Oracle Linux 8.10

Environment type (Please select at least one enviroment where you face this issue)

Azure DevOps Server type

dev.azure.com (formerly visualstudio.com)

Azure DevOps Server Version (if applicable)

No response

Operation system

Oracle Linux 8.10

Version controll system

No response

Relevant log output

No response

DenisRumyantsev commented 3 weeks ago

@im-aIex thanks for reporting this! We will disable these warnings and include Oracle Linux (8+) into the list of supported OS.

lareeth commented 3 weeks ago

We are also getting this same error on Rocky 8 and 9 which are also RHEL derivatives

I had raised a PR to add Rocky support over a year ago with no response: https://github.com/microsoft/azure-pipelines-agent/pull/4116

corppeon commented 3 weeks ago

AlmaLinux 9, another RHEL derivative is also being flagged as unsupported. This, Oracle and Rocky are mentioned here https://github.com/dotnet/core/blob/main/support.md as being RHEL compatible distributions

im-aIex commented 2 weeks ago

We will disable these warnings and include Oracle Linux (8+) into the list of supported OS.

Any update on disabling these warnings? @DenisRumyantsev