Skip to content

Commit ebcfcdd

Browse files
committed
Use ubi-micro base images
1 parent c6c0220 commit ebcfcdd

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

docker/mongodb-agent/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ RUN tar xfz /agent/mongodb_agent.tgz \
5454
&& rm /agent/mongodb_agent.tgz \
5555
&& rm -r mongodb-mms-automation-agent-*
5656

57-
FROM registry.access.redhat.com/ubi9/ubi-minimal
57+
FROM registry.access.redhat.com/ubi9/ubi-micro
5858

5959
# Replace libcurl-minimal and curl-minimal with the full versions
6060
# https://bugzilla.redhat.com/show_bug.cgi?id=1994521

docker/mongodb-enterprise-ops-manager/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ COPY ./docker/mongodb-kubernetes-init-ops-manager/scripts/docker-entry-point.sh
1919
COPY ./docker/mongodb-kubernetes-init-ops-manager/scripts/backup-daemon-liveness-probe.sh /data/scripts
2020
COPY ./docker/mongodb-kubernetes-init-ops-manager/LICENSE /data/licenses/mongodb-enterprise-ops-manager
2121

22-
FROM registry.access.redhat.com/ubi9/ubi-minimal
22+
FROM registry.access.redhat.com/ubi9/ubi-micro
2323

2424
ARG version
2525
ARG om_download_url

docker/mongodb-kubernetes-database/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM scratch AS base
22

33
COPY ./docker/mongodb-kubernetes-database/LICENSE /data/licenses/mongodb-kubernetes-database
44

5-
FROM registry.access.redhat.com/ubi8/ubi-minimal
5+
FROM registry.access.redhat.com/ubi8/ubi-micro
66

77
ENV MMS_HOME=/mongodb-automation
88
ENV MMS_LOG_DIR=/var/log/mongodb-mms-automation

docker/mongodb-kubernetes-init-appdb/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ COPY ./docker/mongodb-kubernetes-init-database/content/agent-launcher.sh /data/s
5353

5454
COPY ./docker/mongodb-kubernetes-init-database/content/LICENSE /data/licenses/
5555

56-
FROM registry.access.redhat.com/ubi8/ubi-minimal
56+
FROM registry.access.redhat.com/ubi8/ubi-micro
5757

5858
# Copy the extracted tools from the downloader stage (tools are already extracted there)
5959
COPY --from=tools_downloader /tools/ /tools/

docker/mongodb-kubernetes-init-ops-manager/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ COPY ./docker/mongodb-kubernetes-init-ops-manager/scripts/docker-entry-point.sh
1212
COPY ./docker/mongodb-kubernetes-init-ops-manager/scripts/backup-daemon-liveness-probe.sh /data/scripts/
1313
COPY ./docker/mongodb-kubernetes-init-ops-manager/LICENSE /data/licenses/mongodb-enterprise-ops-manager
1414

15-
FROM registry.access.redhat.com/ubi9/ubi-minimal
15+
FROM registry.access.redhat.com/ubi9/ubi-micro
1616

1717
ARG version
1818

docker/mongodb-kubernetes-operator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ COPY --from=builder /data/om_version_mapping.json /data/om_version_mapping.json
4444

4545
ADD docker/mongodb-kubernetes-operator/licenses /data/licenses/
4646

47-
FROM registry.access.redhat.com/ubi9/ubi-minimal
47+
FROM registry.access.redhat.com/ubi9/ubi-micro
4848

4949
# Building an UBI-based image: https://red.ht/3n6b9y0
5050
RUN microdnf update \

docker/mongodb-kubernetes-readinessprobe/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ ARG TARGETOS
1212
ARG TARGETARCH
1313
RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -a -o /data/scripts/readinessprobe ./mongodb-community-operator/cmd/readiness/main.go
1414

15-
FROM registry.access.redhat.com/ubi9/ubi-minimal
15+
FROM registry.access.redhat.com/ubi9/ubi-micro
1616

1717
COPY --from=builder /data/scripts/readinessprobe /probes/readinessprobe

docker/mongodb-kubernetes-upgrade-hook/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ ARG TARGETARCH
1212
ARG TARGETOS
1313
RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -a -o /data/scripts/version-upgrade-hook ./mongodb-community-operator/cmd/versionhook/main.go
1414

15-
FROM registry.access.redhat.com/ubi9/ubi-minimal
15+
FROM registry.access.redhat.com/ubi9/ubi-micro
1616

1717
COPY --from=builder /data/scripts/version-upgrade-hook /version-upgrade-hook

0 commit comments

Comments
 (0)