Skip to content

Releases: palantir/gradle-docker

0.9.0

16 Aug 14:04
Compare
Choose a tag to compare
  • Add support for providing the entire project directory as docker build context, rather than a manually specified list of files

0.8.1

28 Jul 23:46
Compare
Choose a tag to compare
  • 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

21 Jun 13:59
Compare
Choose a tag to compare
  • remove dockerSetup task (Mac users should switch to using Docker for Mac)

0.7.2

18 May 20:22
Compare
Choose a tag to compare
  • dockerRun supports runtime env args configurable through the dockerRun config block (contributed by @mglazer)

0.7.1

17 May 10:09
Compare
Choose a tag to compare
  • added support for Docker build args (contributed by @rmelick)

0.7.0

04 May 15:51
Compare
Choose a tag to compare
  • improvements to configurability of the dockerRun command
  • better support for volumes in dockerRun

0.6.0

08 Apr 17:55
Compare
Choose a tag to compare
  • remove force on docker tag calls for compatibility with 1.10 (gradle-docker now requires docker 1.10)

0.5.2

17 Jan 03:41
Compare
Choose a tag to compare
  • add docker-run plugin, which provides docker{Run,Stop,RemoveContainer,RunStatus} tasks for interacting with and orchestrating container startup

0.5.1

17 Jan 01:04
Compare
Choose a tag to compare
  • add support for tags

0.5.0

26 Dec 19:11
Compare
Choose a tag to compare
  • Build with Gradle 2.10