Skip to content

docker-compose: disable core files at run time

Mark Janes requested to merge majanes/mesa_jenkins:corefiles into master

By default, the debian image enables core dumps of unlimited size. This bloats the result directory, and is not used by developers.

Rather than modifying the image, pass appropriate ulimit parameters through docker-compose.

Merge request reports