Conversation
|
OK. I've cherry picked your changes as they could not be merged normally. Can you check that the master version works for you? |
|
Actually it won't work since the PR above was merged into 1.1.1-SNAPSHOT of docker-java library. The bug was also there present which enforces the deletion of images regardless of what is supplied. So we have to wait until it's released |
|
Btw this has to be merged too eemmiirr@e2a8703 to fix the bug when naming images. When the image is built it's tagged with one name. During the start phase the plugin tries to find the image by some other name which results that is never found and rebuild over again |
|
HI, I think I have fixed that by modifying the Alex |
|
Hi, it works perfectly except that it removes always the intermediate images. You have to wait until the docker-java library with the patch is released |
Fixed couple of issues.
Please merge after docker-java/docker-java#194 is merged.
The same bug exists in the docker-java library