@@ -37,14 +37,10 @@ Enabled extensions by default:
3737| [ bcmath] ( https://www.php.net/manual/en/book.bc.php ) | For arbitrary precision mathematics | native |
3838| [ exif] ( https://www.php.net/manual/en/book.exif.php ) | Exchangeable image information | native |
3939| [ gd] ( https://www.php.net/manual/en/book.image.php ) | Image processing and manipulation library | native |
40- | [ soap] ( https://www.php.net/manual/en/book.soap.php ) | SOAP (Simple Object Access Protocol) functions | native |
4140| [ redis] ( https://pecl.php.net/package/redis ) | Functions for interfacing with Redis | pecl |
4241| [ memcached] ( https://pecl.php.net/package/memcached ) | Functions for interfacing with Memcached | pecl |
4342| [ decimal] ( https://pecl.php.net/package/decimal ) | Arbitrary precision floating-point decimal | pecl |
44- | [ imagick] ( https://pecl.php.net/package/imagick ) | ImageMagick library for image manipulation | pecl |
45- | [ rdkafka] ( https://pecl.php.net/package/rdkafka ) | Kafka client library for PHP | pecl |
4643| [ amqp] ( https://pecl.php.net/package/amqp ) | Advanced Message Queuing Protocol (AMQP) library | pecl |
47- | [ protobuf] ( https://pecl.php.net/package/protobuf ) | Protocol Buffers serialization format library | pecl |
4844| [ yaml] ( https://pecl.php.net/package/yaml ) | YAML (YAML Ain't Markup Language) library | pecl |
4945
5046<br >
@@ -84,18 +80,13 @@ ext_native_enabled:
8480 - bcmath
8581 - exif
8682 - gd
87- - soap
8883
8984ext_pecl_enabled :
9085 - redis
9186 - memcached
9287 - decimal
93- - imagick
94- - rdkafka
9588 - amqp
96- - protobuf
9789 - yaml
98-
9990` ` `
10091
10192<br>
@@ -144,12 +135,6 @@ $ make
144135Building all images:
145136
146137``` bash
147- $ make build IMAGE_TEMPLATE=" 7.4-cli-alpine"
148- $ make build IMAGE_TEMPLATE=" 7.4-fpm-alpine"
149- $ make build IMAGE_TEMPLATE=" 7.4-supervisord-alpine"
150- $ make build IMAGE_TEMPLATE=" 8.0-cli-alpine"
151- $ make build IMAGE_TEMPLATE=" 8.0-fpm-alpine"
152- $ make build IMAGE_TEMPLATE=" 8.0-supervisord-alpine"
153138$ make build IMAGE_TEMPLATE=" 8.1-cli-alpine"
154139$ make build IMAGE_TEMPLATE=" 8.1-fpm-alpine"
155140$ make build IMAGE_TEMPLATE=" 8.1-supervisord-alpine"
@@ -176,12 +161,6 @@ $ make test
176161To test all images:
177162
178163``` bash
179- $ make test IMAGE_TEMPLATE=" 7.4-cli-alpine"
180- $ make test IMAGE_TEMPLATE=" 7.4-fpm-alpine"
181- $ make test IMAGE_TEMPLATE=" 7.4-supervisord-alpine"
182- $ make test IMAGE_TEMPLATE=" 8.0-cli-alpine"
183- $ make test IMAGE_TEMPLATE=" 8.0-fpm-alpine"
184- $ make test IMAGE_TEMPLATE=" 8.0-supervisord-alpine"
185164$ make test IMAGE_TEMPLATE=" 8.1-cli-alpine"
186165$ make test IMAGE_TEMPLATE=" 8.1-fpm-alpine"
187166$ make test IMAGE_TEMPLATE=" 8.1-supervisord-alpine"
@@ -215,6 +194,12 @@ Run ansible-lint to validate ansible project files:
215194$ make lint-ansible
216195```
217196
197+ Run dive command to analyze image:
198+
199+ ``` bash
200+ $ make analyze
201+ ```
202+
218203<br >
219204
220205## 🤝 License
@@ -233,8 +218,4 @@ This repository was created in **2022** by [lotyp / wayofdev](https://github.com
233218
234219<img align =" left " src =" https://img.shields.io/github/contributors-anon/wayofdev/docker-php-base?style=for-the-badge " alt =" Contributors " />
235220
236- <a href =" https://github.com/wayofdev/docker-php-base/graphs/contributors " >
237- <img src =" https://opencollective.com/wod/contributors.svg?width=890&button=false " alt =" OpenCollective Contributors " >
238- </a >
239-
240221<br >
0 commit comments