osiam / connector4java-integration-tests

The integration tests for the OSIAM connector4java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cache Docker images

tkrille opened this issue · comments

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.

I guess this blog post is a good start in this topic.

Too much work but too little effort. I think we should leave it like it is.