Transmode / gradle-docker

A Gradle plugin to build Docker images from the build script.
Apache License 2.0
647 stars 142 forks source link

Add support for docker build --squash option #96

Open blop opened 7 years ago

blop commented 7 years ago

Hello,

It'd be nice to add a configuration boolean to use the --squash CLI option of docker build. See https://github.com/docker/docker/pull/22641

Thanks.