MLE-29711: Upgrade Docker UBI9 base image from 9.7 to 9.8 - #473
Open
vitalykorolev wants to merge 2 commits into
Open
MLE-29711: Upgrade Docker UBI9 base image from 9.7 to 9.8#473vitalykorolev wants to merge 2 commits into
vitalykorolev wants to merge 2 commits into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Upgrades the pinned Red Hat UBI minimal base images used by the MarkLogic dependency images (UBI9 and UBI8) and updates the pinned libnsl RPM sources/versions to match the newer OS patch levels.
Changes:
- Bump UBI9 minimal base image pin from 9.7 to 9.8 for both x86_64 and arm64 dependency images.
- Bump UBI8 minimal base image pin to the latest stable 8.10 build.
- Update pinned
libnslRPM URLs/versions to Rocky Linux builds and remove--nodeps.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| dockerFiles/marklogic-deps-ubi9:base | Updates UBI9 base image pin and switches libnsl RPM to Rocky 9.8 (x86_64). |
| dockerFiles/marklogic-deps-ubi9-arm:base | Updates UBI9 base image pin and updates libnsl RPM to Rocky 9.8 (aarch64) without --nodeps. |
| dockerFiles/marklogic-deps-ubi:base | Updates UBI8 base image pin and switches libnsl RPM to Rocky 8.10 without --nodeps. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
rwinieski
approved these changes
Aug 24, 2026
rwinieski
left a comment
Collaborator
There was a problem hiding this comment.
@vitalykorolev changes look good to me but it seems some docker tests failed.
Please have a look before merging
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.
Summary
Upgrade the UBI9 base image from 9.7 to 9.8 (and UBI8 base image to latest stable 8.10) across Dockerfiles and build definitions to incorporate the latest upstream security updates and package fixes.
Root cause
The base UBI9 and UBI8 image versions needed an upgrade to maintain support and include recent security patches and compatible libnsl packages.
Fix
9.8-1786987521(x86_64 and arm64).8.10-1787081751(x86_64).libnslpackage URLs without--nodepsfor clean dependency resolution.Validation