Skip to content

Commit b46fe53

Browse files
committed
update readme
1 parent ddd899c commit b46fe53

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

README.md

+6-9
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# PHP7-FPM
2-
[![Docker Pulls](https://img.shields.io/docker/pulls/m2sh/php7.svg?maxAge=2592000?style=flat-square)](https://hub.docker.com/r/m2sh/php7/)
2+
[![Docker Pulls](https://img.shields.io/docker/pulls/m2sh/php7.svg?maxAge=2592000?style=flat-square)](https://hub.docker.com/r/m2sh/php7/)
3+
[![Docker Build Statu](https://img.shields.io/docker/build/m2sh/php7.svg?style=flat-square)](https://hub.docker.com/r/m2sh/php7/)
4+
[![Docker Automated buil](https://img.shields.io/docker/automated/m2sh/php7.svg?style=flat-square)](https://hub.docker.com/r/m2sh/php7/)
35

46
PHP7 docker image with useful extensions:
57
- zip
68
- intl
79
- soap
810
- mysqli
9-
- pdo pdo_mysql pdo_pgsql
11+
- pdo pdo_mysql
1012
- gd
1113
- mcrypt
1214
- iconv
@@ -17,11 +19,6 @@ PHP7 docker image with useful extensions:
1719
- imagick
1820
- mysql-client \[`mysqldump`\] (available on [`m2sh/php7:alpine-mysql`](https://github.com/m2sh/php7/blob/master/alpine/mysql/Dockerfile))
1921
- bcmath (required by hashids package)
22+
- pcntl (available on [`m2sh/php7:7.1-alpine`](https://github.com/m2sh/php7/blob/master/7.1/alpine/Dockerfile))
23+
2024

21-
Tags & Dockerfiles:
22-
based on `php:7-fpm` (debian based php image):
23-
- `latest` - (`~275MB`) [(Dockerfile)](https://github.com/m2sh/php7/blob/master/Dockerfile)
24-
- `light` - (`~275MB`) - [(light/Dockerfile)](https://github.com/m2sh/php7/blob/master/light/Dockerfile)
25-
26-
based on `php:7-fpm-alpine` (alpine based php image):
27-
- `alpine` - (`~52MB`) [(alpine/Dockerfile)](https://github.com/m2sh/php7/blob/master/alpine/Dockerfile)

0 commit comments

Comments
 (0)