File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
mongodb-kubernetes-init-appdb
mongodb-kubernetes-init-database Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- FROM --platform=${BUILDPLATFORM} registry.access.redhat.com/ubi8 /ubi-minimal AS tools_downloader
1+ FROM --platform=${BUILDPLATFORM} registry.access.redhat.com/ubi9 /ubi-minimal AS tools_downloader
22
33ARG mongodb_tools_url
44ARG mongodb_tools_version_s390x
@@ -7,7 +7,7 @@ ARG mongodb_tools_version_amd64
77ARG mongodb_tools_version_arm64
88
99RUN microdnf -y update --nodocs \
10- && microdnf -y install --nodocs tar gzip curl \
10+ && microdnf -y install --nodocs tar gzip \
1111 && microdnf clean all
1212
1313RUN case ${TARGETPLATFORM} in \
@@ -53,7 +53,7 @@ COPY ./docker/mongodb-kubernetes-init-database/content/agent-launcher.sh /data/s
5353
5454COPY ./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/ubi9 /ubi-minimal
5757
5858# Copy the extracted tools from the downloader stage (tools are already extracted there)
5959COPY --from=tools_downloader /tools/ /tools/
Original file line number Diff line number Diff line change 1- FROM --platform=${BUILDPLATFORM} registry.access.redhat.com/ubi8 /ubi-minimal AS tools_downloader
1+ FROM --platform=${BUILDPLATFORM} registry.access.redhat.com/ubi9 /ubi-minimal AS tools_downloader
22
33ARG mongodb_tools_url
44ARG mongodb_tools_version_s390x
@@ -7,7 +7,7 @@ ARG mongodb_tools_version_amd64
77ARG mongodb_tools_version_arm64
88
99RUN microdnf -y update --nodocs \
10- && microdnf -y install --nodocs tar gzip curl \
10+ && microdnf -y install --nodocs tar gzip \
1111 && microdnf clean all
1212
1313RUN case ${TARGETPLATFORM} in \
@@ -53,7 +53,7 @@ COPY ./docker/mongodb-kubernetes-init-database/content/agent-launcher.sh /data/s
5353
5454COPY ./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/ubi9 /ubi-minimal
5757
5858# Copy the extracted tools from the downloader stage (tools are already extracted there)
5959COPY --from=tools_downloader /tools/ /tools/
You can’t perform that action at this time.
0 commit comments