Skip to content

Commit

Permalink
revert mongo to 1.4.4
Browse files Browse the repository at this point in the history
mongo 1.5.2 is incompatible with mongodb 2.0
  • Loading branch information
fbouliane committed Mar 28, 2019
1 parent 83953ae commit 2df0b4d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion php7.2/alpine/mcrypt-memcached-mongodb-redis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apk add --no-cache zlib-dev=1.2.11-r1 \

RUN pecl install memcached-3.0.4 \
redis-4.1.1 \
mongodb-1.5.3 \
mongodb-1.4.4 \
mcrypt-1.0.1

RUN docker-php-ext-enable memcached redis mongodb mcrypt
Expand Down
2 changes: 1 addition & 1 deletion php7.2/apache/mcrypt-memcached-mongodb-redis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apt-get update -q && DEBIAN_FRONTEND=noninteractive apt install -y libmcrypt

RUN pecl install memcached-3.0.4 \
redis-4.1.1 \
mongodb-1.5.2 \
mongodb-1.4.4 \
mcrypt-1.0.1

RUN docker-php-ext-enable memcached redis mongodb mcrypt
Expand Down
9 changes: 4 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ For now the project provides images for -alpine and -apache variant of the offic

[https://hub.docker.com/_/php/](https://hub.docker.com/_/php/)

php7.2-alpine-mcrypt-memcached-mongodb-redis:1.0

php7.2-apache-mcrypt-memcached-mongodb-redis:1.0
internap/php-with-pecl-precompiled-packages:php7.2-mcrypt-memcached-mongodb-redis-alpin
internap/php-with-pecl-precompiled-packages:php7.2-apache-mcrypt-memcached-mongodb-redis-apache



Expand All @@ -22,5 +21,5 @@ This was taken experimetally

| VARIANT | SIZE |
| ------- | -------|
| apache | ~440MB |
| alpine | ~318MB |
| apache | ~172MB |
| alpine | ~115MB |

0 comments on commit 2df0b4d

Please sign in to comment.