MLE-14549 Support ARM Docker images#416
Open
vitalykorolev wants to merge 3 commits intomarklogic:Docker-ARM-supportfrom
Open
MLE-14549 Support ARM Docker images#416vitalykorolev wants to merge 3 commits intomarklogic:Docker-ARM-supportfrom
vitalykorolev wants to merge 3 commits intomarklogic:Docker-ARM-supportfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds ARM/Graviton (UBI9 arm64) build and test support to the Docker image pipeline, along with updated build/test plumbing and routine copyright year bumps.
Changes:
- Introduces UBI9 arm64 dependency and server Dockerfile templates and adds Makefile logic to build arm64 (incl. binfmt setup).
- Updates Jenkins pipeline to support ARM image type selection and cross-building, plus optional transfer/load workflow for Graviton.
- Updates Robot test defaults to use a configurable Docker platform and adjusts latency test package installation.
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
Jenkinsfile |
Adds ARM image support, Graviton transfer/load stages, and per-stage agents. |
Makefile |
Selects build platform dynamically and adds rootless-arm file templating/binfmt steps. |
dockerFiles/marklogic-deps-ubi9-arm:base |
New arm64 UBI9 deps base image definition. |
dockerFiles/marklogic-server-ubi9-arm:base |
New arm64 UBI9 server base image definition. |
dockerFiles/marklogic-server-ubi-rootless:base |
Makes converters RPM ownership conditional on the file being non-empty. |
test/keywords.resource |
Adds ${DOCKER_PLATFORM} variable and uses it in docker run defaults; adjusts latency setup. |
dockerFiles/marklogic-deps-ubi:base |
Copyright year bump only. |
dockerFiles/marklogic-deps-ubi9:base |
Copyright year bump only. |
NOTICE.txt |
Copyright year bump only. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Adding new Docker image types: ubi9-arm and ubi9-rootless-arm. Restructure the pipeline to run tests on external ARM agent.
4c8078b to
6f319a5
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.
Description
Checklist:
Owner:
JIRA_ID as part of branch/PR name
Rebase the branch with upstream
Squashed all commits into a single commit
Added Tests
Reviewer:
Reviewed Tests
Added to Release Wiki/Jira