What’s the strategy for leaning up old images? If you’ve been running docker-compose build without --no-cache for a while, then images all the way back are based on each other… So I’ll eventually run out of disk space. What’s the method for keeping the last ~15 images when always using “docker-compose build”?
Thanks!