Skip to content

Commit 8fd55e0

Browse files
Test custom build for 7.0.16 OM release
This commit creates a new branch from the commit on which this PR #223 was created. And in the new branch we try to consume the custom build that is provided here https://mongodb.slack.com/archives/C06GQK609CJ/p1752606962170369?thread_ts=1750440836.507499&cid=C06GQK609CJ
1 parent 36f1085 commit 8fd55e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/mongodb-enterprise-ops-manager/Dockerfile.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ COPY --from=base /data/scripts /opt/scripts
3232

3333

3434
{% block static %}
35-
RUN curl --fail -L -o ops_manager.tar.gz {{ om_download_url }} \
35+
RUN curl --fail -L -o ops_manager.tar.gz https://mciuploads.s3.amazonaws.com/mms-ops-manager-7.0/mms_ops_manager_7.0_package_rpm_patch_b1ae3910c92229c8371e61df62714858c325b338_687696379e065d0007c0ed60_25_07_15_17_56_11/PACKAGE_OPS_MANAGER/mongodb-mms-7.0.17.501.20250715T1759Z.tar.gz \
3636
&& tar -xzf ops_manager.tar.gz \
3737
&& rm ops_manager.tar.gz \
3838
&& mv mongodb-mms* "${MMS_HOME}"

pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,7 @@ def build_om_image(build_configuration: BuildConfiguration):
987987
if om_version is None:
988988
raise ValueError("`om_version` should be defined.")
989989

990-
om_download_url = os.environ.get("om_download_url", "")
990+
om_download_url = "https://mciuploads.s3.amazonaws.com/mms-ops-manager-7.0/mms_ops_manager_7.0_package_rpm_patch_b1ae3910c92229c8371e61df62714858c325b338_687696379e065d0007c0ed60_25_07_15_17_56_11/PACKAGE_OPS_MANAGER/mongodb-mms-7.0.17.501.20250715T1759Z.tar.gz"
991991
if om_download_url == "":
992992
om_download_url = find_om_url(om_version)
993993

0 commit comments

Comments
 (0)