Skip to content

Commit af2eee3

Browse files
committed
ibm power only support 8.x.x and reset agent pins
1 parent 3f81fd6 commit af2eee3

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docker/mongodb-agent/Dockerfile.atomic

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33
ARG TARGETPLATFORM
44
ARG mongodb_tools_url
@@ -23,7 +23,7 @@ RUN case ${TARGETPLATFORM} in \
2323
RUN tar xfz /tools/mongodb_tools.tgz --directory /tools \
2424
&& rm /tools/mongodb_tools.tgz
2525

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
2727

2828
ARG TARGETPLATFORM
2929
ARG mongodb_agent_url
@@ -51,7 +51,7 @@ RUN tar xfz /agent/mongodb_agent.tgz \
5151
&& rm /agent/mongodb_agent.tgz \
5252
&& rm -r mongodb-mms-automation-agent-*
5353

54-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.0.0
54+
FROM registry.access.redhat.com/ubi9/ubi-minimal
5555

5656
ARG TARGETARCH
5757

scripts/dev/contexts/e2e_static_smoke_ibm_power

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ export OPS_MANAGER_REGISTRY=268558157000.dkr.ecr.us-east-1.amazonaws.com/dev
1313
CUSTOM_OM_VERSION=$(grep -E "^\s*-\s*&ops_manager_70_latest\s+(\S+)\s+#" <"${script_dir}"/../../../.evergreen.yml | awk '{print $3}')
1414
export CUSTOM_OM_VERSION
1515
export MDB_DEFAULT_ARCHITECTURE=static
16-
16+
# MDB doesn't support power for 7.x.x
17+
export CUSTOM_MDB_VERSION=8.0.12

0 commit comments

Comments
 (0)