Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
d6a054b
Update UBI base versions
vitalykorolev Nov 17, 2025
6ebfd13
Remove UBI9 update to resolve libnsl conflict
vitalykorolev Nov 17, 2025
1ccdb77
Fix notice file and increment Docker version for release
vitalykorolev Nov 26, 2025
529bb84
Merge pull request #402 from vitalykorolev/MLE-25638_fix-notices-and-…
vitalykorolev Nov 26, 2025
b70e6ca
Merge pull request #404 from marklogic/release/docker-2.2.3
vitalykorolev Dec 8, 2025
7ec9174
Merge branch 'master' into release/docker-2.2.4
vitalykorolev Mar 10, 2026
63cea11
Merge pull request #421 from marklogic/release/docker-2.2.4
vitalykorolev Mar 10, 2026
fc02d98
PDP-1182: Remove per-repo pr-workflow.yaml
SameeraPriyathamTadikonda Apr 9, 2026
8ee2ac8
Merge pull request #440 from marklogic/PDP-1182-remove-pr-workflow-fr…
vitalykorolev Apr 9, 2026
a50402c
MLE-29703 MLE-29709 Update UBI base images and fix libnsl dependency
May 21, 2026
53c5c85
Revert "MLE-29703 MLE-29709 Update UBI base images and fix libnsl dep…
May 21, 2026
15ad66f
MLE-29703 MLE-29709 Update UBI base images and fix libnsl dependency
May 21, 2026
c4697ab
Revert "MLE-29703 MLE-29709 Update UBI base images and fix libnsl dep…
May 21, 2026
90eb682
MLE-29703 MLE-29709 Update UBI base images and fix libnsl dependency
May 21, 2026
67914f5
Merge pull request #450 from marklogic/revert-release-docker-2.2.5-ma…
vitalykorolev May 21, 2026
6989f08
MLE-29914: update libnsl repo path to AlmaLinux 9.7
May 27, 2026
60ac71d
MLE-29914: update UBI8 libnsl repo path to AlmaLinux 8.10
May 27, 2026
f5ba772
MLE-29914: add --nodeps to UBI8 libnsl install to fix glibc compatibi…
May 27, 2026
0fec059
Merge pull request #455 from marklogic/MLE-29914_update-libnsl-path-r…
vitalykorolev May 28, 2026
2b95ef1
MLE-29914: upgrade tzdata in UBI8 deps to fix reinstall failure in se…
May 28, 2026
b69b8ff
Merge pull request #457 from marklogic/MLE-29914_fix-tzdata-reinstall…
vitalykorolev May 28, 2026
b9cdfc4
Merge pull request #460 from marklogic/release/docker-2.2.5
vitalykorolev Jun 11, 2026
a070a9d
Update libnsl version
vitalykorolev Jun 24, 2026
b707896
Increment Docker version to 2.2.6
vitalykorolev Jun 24, 2026
bca3a00
increment marklogic version in tests
vitalykorolev Jul 2, 2026
ab861fb
implement copilot suggestions (typos)
vitalykorolev Jul 2, 2026
c22bf0d
increment docker version with the release
vitalykorolev Jul 2, 2026
e6526e4
Merge pull request #463 from marklogic/release/docker-2.2.6
vitalykorolev Jul 6, 2026
c2ac69d
Synd up develop with master after release
Jul 7, 2026
0d0081c
fix mixed up merge
Jul 7, 2026
30286c0
another missing commit
Jul 7, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -504,9 +504,9 @@ pipeline {
}

parameters {
string(name: 'dockerVersion', defaultValue: '2.2.5', description: 'ML Docker version. This value is used as part of the Docker image tag, which is built as ${marklogicVersion}-${dockerImageType}-${dockerVersion}', trim: true)
string(name: 'dockerVersion', defaultValue: '2.2.6', description: 'ML Docker version. This value is used as part of the Docker image tag, which is built as ${marklogicVersion}-${dockerImageType}-${dockerVersion}', trim: true)
choice(name: 'dockerImageType', choices: 'ubi-rootless\nubi\nubi9-rootless\nubi9', description: 'Platform type for Docker image. Will be made part of the docker image tag')
string(name: 'upgradeDockerImage', defaultValue: '', description: 'Docker image for testing upgrades. Defaults to ubi image if left blank.\n Currently upgrading to ubi-rotless is not supported hence the test is skipped when ubi-rootless image is provided.', trim: true)
string(name: 'upgradeDockerImage', defaultValue: '', description: 'Docker image for testing upgrades. Defaults to ubi image if left blank.\n Currently upgrading to ubi-rootless is not supported hence the test is skipped when ubi-rootless image is provided.', trim: true)
choice(name: 'marklogicVersion', choices: '12\n11', description: 'MarkLogic Server Branch. used to pick appropriate rpm')
string(name: 'ML_RPM', defaultValue: '', description: 'URL for RPM to be used for Image creation. \n If left blank nightly ML rpm will be used.\n Please provide Jenkins accessible path e.g. /project/engineering or /project/qa', trim: true)
string(name: 'ML_CONVERTERS', defaultValue: '', description: 'URL for the converters RPM to be included in the image creation \n If left blank the nightly ML Converters Package will be used.', trim: true)
Expand Down
8 changes: 4 additions & 4 deletions test/keywords.resource
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ Library DateTime
${DEFAULT ADMIN USER} test_admin
${DEFAULT ADMIN PASS} test_admin_pass
${SPEC CHARS ADMIN PASS} Admin@2$s%^&*!
${TEST_IMAGE} %{DOCKER_TEST_IMAGE=progressofficial/marklogic-db:11.3.1-ubi-rootless-2.2.5}
${TEST_IMAGE} %{DOCKER_TEST_IMAGE=progressofficial/marklogic-db:11.3.6-ubi-rootless-2.2.6}
${UPGRADE_TEST_IMAGE} progressofficial/marklogic-db:${MARKLOGIC_VERSION}-${IMAGE_TYPE}-${MARKLOGIC_DOCKER_VERSION}
${DOCKER TIMEOUT} 300s
${LICENSE KEY} %{QA_LICENSE_KEY=none}
${LICENSEE} MarkLogic - Version 9 QA Test License
${MARKLOGIC_VERSION} 11.3.1
${BUILD_BRANCH} release_2.2.1
${MARKLOGIC_VERSION} 11.3.6
${BUILD_BRANCH} release_2.2.6
${IMAGE_TYPE} ubi-rootless
${VOL_NAME} MarkLogic_vol_1
${VOL_INFO} src=${VOL_NAME},dst=/var/opt/MarkLogic
${MARKLOGIC_DOCKER_VERSION} 2.2.5
${MARKLOGIC_DOCKER_VERSION} 2.2.6
${TEST_RESULTS_DIR} test_results

*** Keywords ***
Expand Down
Loading