docker-images-php
docker-images-php copied to clipboard
A set of PHP Docker images
Your issue may already be reported! Please search on the [issue tracker](../../../issues) before creating one. I took out all the text, just because its not really an issue. Its a...
Hi, Thank you for your awesome Dockerfiles. How can I install and enable **all** PHP extensions which are available in `extensions` directory for every php version with `thecodingmachine/php:${PHP_VERSION}-v4-slim-apache` image. Does...
Hi, Running a build with 8.0-v4-slim-fpm currenly fails with a syntax error on the INSTALL_CRON portion. ## Current Behavior Build fails with `Syntax error: "&&" unexpected` ```shell /bin/sh: 1: Syntax...
## Expected Behavior The following command should execute without any issues: ```sh echo "FROM thecodingmachine/php:8.0-v4-slim-apache" | docker build --build-arg INSTALL_CRON=1 -t test - ``` ## Current Behavior This currently fails...
Hi! In image thecodingmachine/php:8.1-v4-fpm version of mongodb extenion is 1.13. I need 1.14 for update library mongodb/mongodb up to 1.13. Please update the version of mongodb extension. Or tell me...
**Summary** This PR fixes/implements : * [ ] Bug closes #310
**Summary** Implement solution for email sending, as discussed in #204 and also attempted earlier in #217 for v3. This PR implements the following **features** * [x] Install DMA * [x]...
# Leverage architecture on build process As Apple Silicon (ARM64/v8) becomes more ubiquitous, and companies like Amazon have instances that are cheaper using the ARM architecture, an ARM64 build of...
Hi, I am starting container from `FROM thecodingmachine/php:7.4-v3-fpm` and getting ``` php_1 | [07-Jul-2020 13:22:56] ALERT: [pool www] user has not been defined php_1 | [07-Jul-2020 13:22:56] ALERT: [pool www]...
It would be nice to have something similar to http://supervisord.org/introduction.html for keeping processes running. I know I can add this by quickly building my own image, but this is default...