docker icon indicating copy to clipboard operation
docker copied to clipboard

Craft CMS Docker images.

Results 32 docker issues
Sort by recently updated
recently updated
newest added

### Description Our automated Sysdig scan is currently showing two known vulnerabilities in dependencies of the Docker container. Not sure if this is anything you can or should deal with,...

bug

### Description We are seeing `[Error] APM: Locking APM for 300 seconds for reason: Cannot connect to the agent` very frequently in our logs. I assume this is coming from...

bug

### Description The nginx image sets a client_max_body_size of 25MB. Trying to upload files bigger than 25MB results in a error 413. Setting the Env Vars: ``` PHP_POST_MAX_SIZE=64M PHP_UPLOAD_MAX_FILESIZE=64M ```...

bug

### Description While running a deployment via gitlab-ci the latest base image `craftcms/nginx:8.0` was pulled from Docker Hub. The subsequent `composer install` failed because several PHP extensions were suddenly missing....

bug

### Description When I try to connect to localhost:8080, nginx is returning me a 404. Here are some relevant docker-compose logs : ``` web_1 | 2021-09-21 14:56:53,943 INFO supervisord started...

bug

### Description In the context of Craft, HTTP requests that 404 in nginx, get passed into Craft's index.php so it has a chance to process them https://github.com/craftcms/docker/blob/main/nginx/default.conf#L14-L17 So mysite.com/admin will...

bug

### Description The database dump functionality when using a postgres database no longer works. It looks like the postgres client was just [removed from the image](https://github.com/craftcms/docker/commit/933942f1cfe6c2f3bddec60e93c6e65831e65ecb#diff-f12575bad558ce63d4af0954d08b6016d906c38fb1624dfaf9aa75963dbf1b54) Since the database dump...

bug

### Description In 1.2.7 the ability to add a nitro.conf file to the root was added and it to be included in the default.conf nginx config. This only fails to...

bug

Keeping your Docker base image up-to-date means you’ll benefit from security fixes in the latest version of your chosen image. #### Changes included in this PR - 8.0/Dockerfile We recommend...

Keeping your Docker base image up-to-date means you’ll benefit from security fixes in the latest version of your chosen image. #### Changes included in this PR - 7.3/Dockerfile We recommend...