Cache Docker images
tkrille opened this issue · comments
Thomas Krille commented
Currently we have to download all Docker images, like mysql, postgres, tomcat, before the test are run. We should put these images into the build cache of CircleCI, i.e. by exporting them to some folder and then add that folder to the cache.
David Crome commented
I guess this blog post is a good start in this topic.
David Crome commented
Too much work but too little effort. I think we should leave it like it is.