Skip to content

Conversation

@ridgunn
Copy link
Contributor

@ridgunn ridgunn commented Dec 11, 2025

Added 'ol' to the list of supported distributions for installation.

Oracle Linux /etc/os-release output:

$ docker run -it oraclelinux:9 cat /etc/os-release NAME="Oracle Linux Server"
VERSION="9.7"
ID="ol"
ID_LIKE="fedora"
VERSION_ID="9.7"
PLATFORM_ID="platform:el9"
This confirms:

ID="ol"

ID_LIKE="fedora"

Since Oracle Linux is RHEL-compatible and part of the Fedora/RHEL family, handling it under the same case block (fedora | centos | rhel | ol) is appropriate and consistent with existing logic.

Added 'ol' to the list of supported distributions for installation.

Oracle Linux /etc/os-release output:

$ docker run -it oraclelinux:9 cat /etc/os-release
NAME="Oracle Linux Server"
VERSION="9.7"
ID="ol"
ID_LIKE="fedora"
VERSION_ID="9.7"
PLATFORM_ID="platform:el9"
This confirms:

ID="ol"

ID_LIKE="fedora"

Since Oracle Linux is RHEL-compatible and part of the Fedora/RHEL family, handling it under the same case block (fedora | centos | rhel | ol) is appropriate and consistent with existing logic.
@ridgunn ridgunn self-assigned this Dec 11, 2025
@ridgunn ridgunn requested a review from a team as a code owner December 11, 2025 14:11
@ridgunn ridgunn linked an issue Dec 11, 2025 that may be closed by this pull request
@mjcheetham mjcheetham merged commit 54eb3be into main Dec 11, 2025
9 checks passed
@mjcheetham mjcheetham deleted the 1856-add-oracle-linux-to-install-sh branch December 11, 2025 14:16
@mjcheetham mjcheetham mentioned this pull request Jan 14, 2026
mjcheetham added a commit that referenced this pull request Jan 14, 2026
**Changes:**


- Documentation updates & fixes
  - #1713
  - #1722
  - #1884
  - #2123
  - #2154
- Fix Generic provider refresh token refresh logic (#1838)
- Version bump to 2.7.0 (#2177)
- CODEOWNERS (#2053)
- Allow unsafe remotes via config (#1721)
- Drop no longer needed GitLab OAuth params (#1538)
- No-op credential storage option (#1740)
- Fixes to CI & build
  - #1746
  - #1747
  - #1752
  - #2104
  - #2217
- Use Azure Pipelines for official builds
  - #2054
  - #2176
- Fix TRACE2 logging (#1909)
- Linux ARM and ARM64 support
  - #1633
  - #2232
- Windows ARM64 and x64 support (#2230)
- Linux install-from-source bug fixes
  - #1757
  - #2049
  - #2052
- Support Oracle Linux vis install-from-source (#2212)
- macOS enterprise defaults (#1811)
- Actions dependency updates
  - #1725
  - #1751
  - #1750
  - #1760
  - #1799
  - #2022
  - #2048
  - #1989
  - #2011
  - #2029
  - #2051
  - #2050
  - #2070
  - #2080
  - #2089
  - #2088
  - #2092
  - #2189
  - #2193
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support Oracle Linux in install-from-source.sh script

3 participants