Skip to content

MLE-28391: Update Docker base UBI images to the latest#442

Merged
vitalykorolev merged 1 commit intodevelopfrom
MLE-28391_update-ubi-base-images
Apr 14, 2026
Merged

MLE-28391: Update Docker base UBI images to the latest#442
vitalykorolev merged 1 commit intodevelopfrom
MLE-28391_update-ubi-base-images

Conversation

@vitalykorolev
Copy link
Copy Markdown
Collaborator

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-1775152441
  • marklogic-deps-ubi9:base: ubi9/ubi-minimal:9.7-1771346502 -> ubi9/ubi-minimal:9.7-1775623882

libnsl 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

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-minimal tag used by marklogic-deps-ubi9:base
  • Bump ubi8/ubi-minimal tag used by marklogic-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.

@vitalykorolev vitalykorolev removed the request for review from barkhachoithani April 12, 2026 21:58
@vitalykorolev vitalykorolev merged commit 74cdef8 into develop Apr 14, 2026
6 of 8 checks passed
@vitalykorolev vitalykorolev deleted the MLE-28391_update-ubi-base-images branch April 14, 2026 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants