yosifkit
yosifkit
> If you properly prioritize the tasks and have the non-debug images built and published first (since admittedly the debug images are less important) It is not just the `php`...
@stepanselyuk, from some quick research, most users suggest that it may be because there is `pm.max_request` in `php.ini`. And I would guess that there could be other php ini settings...
> could this be moved to a `docker-php-` script? https://github.com/docker-library/php/pull/438#issuecomment-353695749
[arm32v6](https://doi-janky.infosiftr.net/job/multiarch/view/images/view/docker/job/arm32v6/job/docker/): still broken ```console + bashbrew build docker:20.10.7 ... + dockerd --version Illegal instruction (core dumped) + bashbrew build docker:19.03.15 ... + dockerd --version Segmentation fault (core dumped) ``` [arm32v7](https://doi-janky.infosiftr.net/job/multiarch/view/images/view/docker/job/arm32v7/job/docker/):...
Yeah, this is not specific to the `haproxy` image, but is a host configuration problem. The ulimit on `open files` is related to how your Docker daemon is running and...
This sounds identical to https://github.com/docker-library/rabbitmq/issues/545. The cause is that fedora and other rpm-based distros set an astronomically large value for open files (`1073741816` vs `65536`). So, if you are running...
> With a mounted volume on /var/www/html you will find that you can only update the Wordpress software by running a Wordpress upgrade or having it auto update. In fact,...
While it is a great tool, it is not included in the image for a number of reasons: - it is **not** the canonical way to install wordpress (https://codex.wordpress.org/Installing_WordPress) -...
Closing as this seems solved.
I understand your confusion. We only create a user with the `root` role (ie superuser as is done in the Postgres image) and users expect that the user is created...