Port Elasticsearch 9.4.2 on ppc64le - #8624
Open
prachi-gaonkar wants to merge 1 commit into
Open
Conversation
prachi-gaonkar
force-pushed
the
elastic1
branch
7 times, most recently
from
August 19, 2026 07:28
9a241b0 to
35f589d
Compare
- Add build script: elasticsearch_v9.4.2_ubi9.8.sh - Add ppc64le patch: elasticsearch_v9.4.2.patch - Add Dockerfile: Dockerfiles/9.4.2_ubi9/Dockerfile - Add config: Dockerfiles/9.4.2_ubi9/config/elasticsearch.yml - Update build_info.json: add v9.4.2 entry, bump default version/script Key changes vs 8.x Dockerfile: - Base image pinned to ubi9/ubi:9.8 - JDK 25 (25.0.1+8) and JDK 26 (26.0.2+10) added; JAVA_HOME=JDK26 - Gradle builds pass -Dorg.gradle.java.installations.paths for ppc64le toolchain resolution - Patch fetched via curl from GitHub (no local COPY after merge) - log4j2.properties and docker-entrypoint.sh sourced from cloned ES repo - Labels updated with correct v9.4.2 commit hash Tested on: UBI 9.8 / ppc64le Maintainer: Prachi Gaonkar <Prachi.Gaonkar@ibm.com>
prachi-gaonkar
force-pushed
the
elastic1
branch
from
August 19, 2026 07:37
35f589d to
799b610
Compare
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.
Checklist
set -eoption enabled and observe success ?