This repository has been archived by the owner on Nov 22, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR: * Upgrade MongoDB to version 3.2.9-2.1; * Upgrade Ubuntu to 16.04; * Fix Readme;
- Loading branch information
1 parent
b24d0d6
commit aa0f6ad
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
FROM ubuntu:14.04 | ||
FROM ubuntu:16.04 | ||
MAINTAINER Jadson Lourenço <[email protected]> | ||
LABEL Description="Percona MongoRocks" | ||
|
||
RUN apt-get update && apt-get install -y curl && \ | ||
curl -s -o /tmp/psmdb-3.2.4-1.0-rc2-r21-trusty-x86_64-bundle.tar https://www.percona.com/downloads/percona-server-mongodb/percona-server-mongodb-3.2.4-1.0rc2/binary/debian/trusty/x86_64/psmdb-3.2.4-1.0-rc2-r21-trusty-x86_64-bundle.tar && \ | ||
tar -xf /tmp/psmdb-3.2.4-1.0-rc2-r21-trusty-x86_64-bundle.tar -C /tmp/ && \ | ||
curl -s -o /tmp/percona-server-mongodb-3.2.9-2.1-rd497c75-xenial-x86_64-bundle.tar https://www.percona.com/downloads/percona-server-mongodb-3.2/percona-server-mongodb-3.2.9-2.1/binary/debian/xenial/x86_64/percona-server-mongodb-3.2.9-2.1-rd497c75-xenial-x86_64-bundle.tar && \ | ||
tar -xf /tmp/percona-server-mongodb-3.2.9-2.1-rd497c75-xenial-x86_64-bundle.tar -C /tmp/ && \ | ||
dpkg -i /tmp/percona-server-mongodb-*.deb && \ | ||
apt-get remove -y curl && \ | ||
rm -rf /var/lib/apt/lists/* && rm -rf /tmp/* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters