spotify / docker-maven-plugin

INACTIVE: A maven plugin for Docker
Apache License 2.0
2.67k stars 575 forks source link

Fix error when exporting image tar file #338

Open egelev opened 7 years ago

egelev commented 7 years ago

When the targeted path of an image tar file export contains non existent directories the build fails. This change tries to create the required directories if it has the permissions. It will also throw more relevant exception if the parent dir of the provided tar path exists but is not a directory.