Releases: palantir/gradle-docker
Releases · palantir/gradle-docker
0.9.0
0.8.1
- adds a new
pull
parameter to the configuration block, which defines whether Docker should attempt to pull a newer version of the base image before starting a build (thanks @antoineco) - adds contribution details and CLAs to repository
0.8.0
- remove
dockerSetup
task (Mac users should switch to using Docker for Mac)
0.7.2
0.7.1
0.7.0
- improvements to configurability of the
dockerRun
command - better support for volumes in
dockerRun
0.6.0
- remove
force
ondocker tag
calls for compatibility with 1.10 (gradle-docker now requires docker 1.10)
0.5.2
- add docker-run plugin, which provides docker{Run,Stop,RemoveContainer,RunStatus} tasks for interacting with and orchestrating container startup
0.5.1
- add support for tags
0.5.0
- Build with Gradle 2.10