The idea would be to speed up docker build (currently 10 minutes) by using the --cache-from flag.
Thing is we also need to docker push our successful builds ourselves as the DockerHub autobuild seems to mess up with COPY command leading to 100% cache bust when using this image.