-
### Contributing guidelines
- [X] I've read the [contributing guidelines](https://github.com/docker/buildx/blob/master/.github/CONTRIBUTING.md) and wholeheartedly agree
### I've found a bug and …
-
# Summary:
A request with the header "Transfer-Encoding: chunked" will cause Caddy to
spawn a php_fastcgi process, which hangs forever.
After upgrading to Shopware 6.6 (using `shopware/docker`), our…
-
### Version of install-php-extensions
v2.2.2
### Error description
I get the following error when trying to build:
```
#9 30.32 libtool: link: `libgd/gd_pixelate.lo' is not a valid libtoo…
-
To test `docker stack deploy --compose-file` function, I load one of my sample `docker-compose.yml`:
```yaml
version: '3'
services:
nginx:
image: "${DOCKER_USER}/lnmp-nginx:v1.2"
…
-
### Description
i can reproduce this with the official docker images (tried php:8.3.10-fpm-alpine3.19 and php:8.4.0beta5-fpm-alpine3.20) doing this:
```
docker run --rm --name phptest php:8.3.1…
-
We're attempting to upgrade to 1.39.8 using a hardened Canasta Image via Docker in a Kubernetes Container. We got it to finally go through in our staging environment, with the below new presenting err…
-
### Is there an existing issue for this?
- [ ] I have searched the existing issues
### Current Behavior
The API has returned an error:
```Typesense\Exceptions\ObjectNotFound```
Status code: ```0…
-
### Preliminary checklist
- [x] I am using the latest stable version of DDEV (see [upgrade guide](https://ddev.readthedocs.io/en/stable/users/install/ddev-upgrade/))
- [x] I have searched [existing i…
-
like https://hub.docker.com/_/php, distribute Docker with `php` binary
very useful to run phpunit tests against PeachPie
-
Just installed the latest docker image and cannot seem to get the time zones function to enable. found the mariadb did not have time zone tables at all so i created the tables and populated them, and …