shared cache for docker runs
Currently there is one cache for each concurrent runner on each project. We use the runners for docker cookbooks which means that basically all runners have the same cache and spend lots of time compiling the same gems wasting ton of disc space.
It would be awesome if the same could be set to be just one per concurrent runner as an option, this would save a lot of time and space.