Auto-clean Docker cache on when disk space below threshhold
GitLab Runner can currently fill up. Cleaning them once every $interval is possible, but inefficient if the images on disk are still relevant and the space isn't low.
Instead a daily or hourly check could be implemented to run a `docker system prune` only if the disk usage is below a certain threshold.
issue