ORC-2121: Add ubi10 to docker tests and GitHub Actions job#2569
Closed
dongjoon-hyun wants to merge 1 commit intoapache:mainfrom
Closed
ORC-2121: Add ubi10 to docker tests and GitHub Actions job#2569dongjoon-hyun wants to merge 1 commit intoapache:mainfrom
ubi10 to docker tests and GitHub Actions job#2569dongjoon-hyun wants to merge 1 commit intoapache:mainfrom
Conversation
dongjoon-hyun
added a commit
that referenced
this pull request
Mar 4, 2026
### What changes were proposed in this pull request? This PR adds support for `ubi10` (Red Hat Universal Base Image 10) with `Java 25` to the ORC Docker test environment. Specifically, it includes the following changes: - Adds a new Dockerfile for `ubi10` based on `registry.access.redhat.com/ubi10/ubi`. - Updates `docker/os-list.txt` to include `ubi10`. - Extends the GitHub Actions `docker` job matrix in `.github/workflows/build_and_test.yml` to test `ubi10`. - Updates the documentation in `site/_docs/building.md` to list `UBI 10` as a supported OS. ### Why are the changes needed? To ensure Apache ORC can be successfully built and tested on the `ubi10` platform. This expands the CI test matrix and provides an official Docker environment for Red Hat Enterprise Linux 10-compatible systems. ### How was this patch tested? This patch is tested by the newly added GitHub Actions `docker` job matrix `ubi10`. The CI builds the `ubi10` Docker image and runs the standard ORC compile and test suites (Java and C++) inside the container. <img width="565" height="53" alt="Screenshot 2026-03-04 at 11 16 54" src="https://github.com/user-attachments/assets/5bddf1d5-9bc3-40f7-b4d6-e0e4da72eda0" /> ### Was this patch authored or co-authored using generative AI tooling? Generated-by: `Gemini 3.1 Pro (High)` on `Antigravity` Closes #2569 from dongjoon-hyun/ORC-2121. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org> (cherry picked from commit 26b74e6) Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
Member
Author
|
Merged to main |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
This PR adds support for
ubi10(Red Hat Universal Base Image 10) withJava 25to the ORC Docker test environment. Specifically, it includes the following changes:ubi10based onregistry.access.redhat.com/ubi10/ubi.docker/os-list.txtto includeubi10.dockerjob matrix in.github/workflows/build_and_test.ymlto testubi10.site/_docs/building.mdto listUBI 10as a supported OS.Why are the changes needed?
To ensure Apache ORC can be successfully built and tested on the
ubi10platform. This expands the CI test matrix and provides an official Docker environment for Red Hat Enterprise Linux 10-compatible systems.How was this patch tested?
This patch is tested by the newly added GitHub Actions
dockerjob matrixubi10. The CI builds theubi10Docker image and runs the standard ORC compile and test suites (Java and C++) inside the container.Was this patch authored or co-authored using generative AI tooling?
Generated-by:
Gemini 3.1 Pro (High)onAntigravity