Skip to content

Revert MLE-29703 MLE-29709: Fix UBI base image updates and libnsl dependency mismatch (2.2.5)#448

Merged
vitalykorolev merged 1 commit into
masterfrom
revert-MLE-29703-MLE-29709-master
May 21, 2026
Merged

Revert MLE-29703 MLE-29709: Fix UBI base image updates and libnsl dependency mismatch (2.2.5)#448
vitalykorolev merged 1 commit into
masterfrom
revert-MLE-29703-MLE-29709-master

Conversation

@vitalykorolev
Copy link
Copy Markdown
Collaborator

Reverts commit a50402c (PR #447) which was merged prematurely without review approval.

Copilot AI review requested due to automatic review settings May 21, 2026 16:12
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

This PR reverts the previously merged (unapproved) changes from PR #447, restoring the prior Docker image version/tag defaults and rolling back UBI base image / libnsl installation adjustments in the dependency base images.

Changes:

  • Revert Docker image version defaults from 2.2.5 back to 2.2.4 in CI (Jenkins) and Robot test variables.
  • Revert UBI8/UBI9 minimal base image tags to the earlier pinned versions.
  • Revert libnsl install steps in the UBI deps images back to the earlier microdnf update + rpm -i approach.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.

File Description
test/keywords.resource Reverts the default test image tag and ${MARKLOGIC_DOCKER_VERSION} to 2.2.4.
Jenkinsfile Reverts the default dockerVersion parameter value to 2.2.4.
dockerFiles/marklogic-deps-ubi9:base Reverts UBI9 base tag and simplifies libnsl install step.
dockerFiles/marklogic-deps-ubi:base Reverts UBI8 base tag and libnsl RPM version/install step.

&& rpm -i --nodeps https://repo.almalinux.org/almalinux/9/BaseOS/x86_64/os/Packages/libnsl-2.34-231.el9_7.10.x86_64.rpm \
&& microdnf clean all
RUN microdnf -y update \
&& rpm -i https://repo.almalinux.org/almalinux/9/BaseOS/x86_64/os/Packages/libnsl-2.34-231.el9_7.10.x86_64.rpm
&& rpm -i https://repo.almalinux.org/almalinux/8/BaseOS/x86_64/os/Packages/libnsl-2.28-251.el8_10.34.x86_64.rpm \
&& microdnf clean all
RUN microdnf -y update \
&& rpm -i https://repo.almalinux.org/almalinux/8/BaseOS/x86_64/os/Packages/libnsl-2.28-251.el8_10.27.x86_64.rpm
@vitalykorolev vitalykorolev merged commit 53c5c85 into master May 21, 2026
6 of 9 checks passed
@vitalykorolev vitalykorolev deleted the revert-MLE-29703-MLE-29709-master branch May 21, 2026 16:49
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.

2 participants