I just saw this on twitter and it might be a useful addition to the Jenkins server?
This is my standard crontab on all machines I run docker builds on - that type of machine tends to use up more disk than most
50 * * * * docker container prune -f --filter “until=4h”
55 * * * * docker image prune --all -f --filter “until=4h”
59 * * * * docker volume prune -f
Ian
···
Ian Turton