MLE-28391: Update Docker base UBI images to the latest#442
Merged
vitalykorolev merged 1 commit intodevelopfrom Apr 14, 2026
Merged
MLE-28391: Update Docker base UBI images to the latest#442vitalykorolev merged 1 commit intodevelopfrom
vitalykorolev merged 1 commit intodevelopfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the pinned Red Hat UBI minimal base image tags used by the MarkLogic dependency images to newer builds, reducing exposure to CVEs addressed in newer UBI releases.
Changes:
- Bump
ubi9/ubi-minimaltag used bymarklogic-deps-ubi9:base - Bump
ubi8/ubi-minimaltag used bymarklogic-deps-ubi:base
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
dockerFiles/marklogic-deps-ubi9:base |
Updates the UBI9 minimal base image tag to a newer build. |
dockerFiles/marklogic-deps-ubi:base |
Updates the UBI8 minimal base image tag to a newer build. |
rwinieski
approved these changes
Apr 13, 2026
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
Update UBI base image tags to the latest available versions to reduce security vulnerability exposure.
Root cause
The UBI base images pinned in the dependency Dockerfiles were outdated, leaving the images exposed to CVEs addressed in newer UBI releases.
Fix
marklogic-deps-ubi:base:ubi8/ubi-minimal:8.10-1771947229->ubi8/ubi-minimal:8.10-1775152441marklogic-deps-ubi9:base:ubi9/ubi-minimal:9.7-1771346502->ubi9/ubi-minimal:9.7-1775623882libnsl RPM versions (
el8_10.31,el9_7.10) remain at current values as they are already the latest for their respective RHEL releases.Validation
Local lint (
make lint) passed with no new warnings on the modified Dockerfiles. Jenkins CI builds to follow.Jira: https://progresssoftware.atlassian.net/browse/MLE-28391