Docker Maven Plugin version 1.4.13 build time takes too long

Viewed 692

After update dockerfile-maven-plugin version 1.4.10 to 1.4.13 the build times takes near to 4 times slower than before.
My maven configuration is the same for both cases.

The git repo : sample pom file After clone run project via mvn clean install -Pdcoker

build with version: 1.4.13 
[INFO] Total time:  01:39 min
[INFO] Finished at: 2019-10-19T11:23:56+02:00


build with version:: 1.4.10
[INFO] Total time:  35.645 s
[INFO] Finished at: 2019-10-19T11:18:42+02:00

opened issue link

0 Answers
Related