File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
- FROM registry.access.redhat.com/ubi9/ubi-minimal:9.0.0 AS tools_downloader
1
+ FROM registry.access.redhat.com/ubi9/ubi-minimal AS tools_downloader
2
2
3
3
ARG TARGETPLATFORM
4
4
ARG mongodb_tools_url
@@ -23,7 +23,7 @@ RUN case ${TARGETPLATFORM} in \
23
23
RUN tar xfz /tools/mongodb_tools.tgz --directory /tools \
24
24
&& rm /tools/mongodb_tools.tgz
25
25
26
- FROM registry.access.redhat.com/ubi9/ubi-minimal:9.0.0 AS agent_downloader
26
+ FROM registry.access.redhat.com/ubi9/ubi-minimal AS agent_downloader
27
27
28
28
ARG TARGETPLATFORM
29
29
ARG mongodb_agent_url
@@ -51,7 +51,7 @@ RUN tar xfz /agent/mongodb_agent.tgz \
51
51
&& rm /agent/mongodb_agent.tgz \
52
52
&& rm -r mongodb-mms-automation-agent-*
53
53
54
- FROM registry.access.redhat.com/ubi9/ubi-minimal:9.0.0
54
+ FROM registry.access.redhat.com/ubi9/ubi-minimal
55
55
56
56
ARG TARGETARCH
57
57
Original file line number Diff line number Diff line change @@ -13,4 +13,5 @@ export OPS_MANAGER_REGISTRY=268558157000.dkr.ecr.us-east-1.amazonaws.com/dev
13
13
CUSTOM_OM_VERSION=$( grep -E " ^\s*-\s*&ops_manager_70_latest\s+(\S+)\s+#" < " ${script_dir} " /../../../.evergreen.yml | awk ' {print $3}' )
14
14
export CUSTOM_OM_VERSION
15
15
export MDB_DEFAULT_ARCHITECTURE=static
16
-
16
+ # MDB doesn't support power for 7.x.x
17
+ export CUSTOM_MDB_VERSION=8.0.12
You can’t perform that action at this time.
0 commit comments