On Wed, 2020-01-22 at 17:53 -0800, Chris Lambertus wrote: > Additionally, orphaned docker jobs are causing major resource > contention. I will be adding a weekly job to docker system prune —all > && service docker restart.
+1, it's easy to get this wrong. It would be great if you could also document some best practices when using containers for CI on the ASF Jenkins instance. docker system prune -af works, but is probably a big hammer, when each job should instead clean up after itself. Thanks, Robert