We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 991962a commit 9f90639Copy full SHA for 9f90639
e2e-tests/docker/mongodb.dockerfile
@@ -1,6 +1,6 @@
1
ARG MONGODB_VERSION=6.0
2
ARG MONGODB_IMAGE=perconalab/percona-server-mongodb
3
-FROM ${MONGODB_IMAGE}:${MONGODB_VERSION}-multi
+FROM ${MONGODB_IMAGE}:${MONGODB_VERSION}
4
USER root
5
COPY e2e-tests/docker/keyFile /opt/keyFile
6
RUN chown mongodb /opt/keyFile && chmod 400 /opt/keyFile && mkdir -p /home/mongodb/ && chown mongodb /home/mongodb
0 commit comments