spotify / docker-maven-plugin

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

Add option to the build mojo which allows 'docker save' on image #323

Closed egelev closed 7 years ago

egelev commented 7 years ago

In addition to 'imagePush' sometimes it is useful to be able to save the image to tar archive. This pull request adds one more option to the configuration of the 'build' maven goal which allows an image to be saved as a tar archive. The option is called 'saveImageToTarArchive'.