Skip to content

Commit 4668f16

Browse files
Merge pull request #125 from timvaillancourt/docker_mongodump3.4
Dockerfile to install 3.4 psmdb mongodump for 3.4.x support
2 parents 698c08a + 73706ae commit 4668f16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM centos:centos7
22
MAINTAINER Tim Vaillancourt <tim.vaillancourt@percona.com>
33
RUN yum install -y https://www.percona.com/redir/downloads/percona-release/redhat/latest/percona-release-0.1-4.noarch.rpm epel-release && \
4-
yum install -y Percona-Server-MongoDB-32-tools zbackup && yum clean all && \
4+
yum install -y Percona-Server-MongoDB-34-tools zbackup && yum clean all && \
55
curl -Lo /usr/bin/mongodb-consistent-backup https://github.com/Percona-Lab/mongodb_consistent_backup/releases/download/1.0.1/mongodb-consistent-backup.el7.centos.x86_64 && \
66
chmod +x /usr/bin/mongodb-consistent-backup
77
ENTRYPOINT ["mongodb-consistent-backup"]

0 commit comments

Comments
 (0)