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
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