MLE-31971 : add MARKLOGIC_AZURE_HOST and MARKLOGIC_CLOUD_HOST - #471
Merged
rwinieski merged 2 commits intoAug 21, 2026
Merged
Conversation
rwinieski
requested review from
barkhachoithani,
pengzhouml and
vitalykorolev
and
a lite review from Copilot
August 20, 2026 08:57
Contributor
There was a problem hiding this comment.
Pull request overview
Adds new environment variables (MARKLOGIC_AZURE_HOST, MARKLOGIC_CLOUD_HOST) to the MarkLogic Server Docker image templates, defaulting them to 0, similar to the existing MARKLOGIC_EC2_HOST flag.
Changes:
- Set
MARKLOGIC_AZURE_HOST=0by default in UBI/UBI9-arm/UBI-rootless base image templates. - Set
MARKLOGIC_CLOUD_HOST=0by default in UBI/UBI9-arm/UBI-rootless base image templates.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| dockerFiles/marklogic-server-ubi9-arm:base | Adds default MARKLOGIC_AZURE_HOST/MARKLOGIC_CLOUD_HOST env vars to the UBI9 ARM base image template. |
| dockerFiles/marklogic-server-ubi:base | Adds default MARKLOGIC_AZURE_HOST/MARKLOGIC_CLOUD_HOST env vars to the UBI base image template. |
| dockerFiles/marklogic-server-ubi-rootless:base | Adds default MARKLOGIC_AZURE_HOST/MARKLOGIC_CLOUD_HOST env vars to the UBI rootless base image template. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
vitalykorolev
approved these changes
Aug 20, 2026
rwinieski
deleted the
MLE-31971/Set-MARKLOGIC_AZURE_HOST-MARKLOGIC_CLOUD_HOST
branch
August 21, 2026 08:05
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.
Description
Add MARKLOGIC_AZURE_HOST and MARKLOGIC_CLOUD_HOST variable and set them to 0 by default at docker image level.
Checklist:
Owner:
JIRA_ID as part of branch/PR name
Rebase the branch with upstream
Squashed all commits into a single commit
Added Tests
Reviewer:
Reviewed Tests
Added to Release Wiki/Jira