Skip to content

Commit 9f90639

Browse files
PBM migrate to new image tags, v2 (#1103)
1 parent 991962a commit 9f90639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e-tests/docker/mongodb.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG MONGODB_VERSION=6.0
22
ARG MONGODB_IMAGE=perconalab/percona-server-mongodb
3-
FROM ${MONGODB_IMAGE}:${MONGODB_VERSION}-multi
3+
FROM ${MONGODB_IMAGE}:${MONGODB_VERSION}
44
USER root
55
COPY e2e-tests/docker/keyFile /opt/keyFile
66
RUN chown mongodb /opt/keyFile && chmod 400 /opt/keyFile && mkdir -p /home/mongodb/ && chown mongodb /home/mongodb

0 commit comments

Comments
 (0)