Skip to content

Releases: avast/gradle-docker-compose-plugin

Services output can be captured into separate files

09 Nov 14:52
f4a759f
Compare
Choose a tag to compare

There is a new option (captureContainersOutputToFiles) which specifies directory where log files are created for each service.

UDP ports support

09 Nov 14:08
747ccd1
Compare
Choose a tag to compare

Exposed UDP ports are now available also in environment variables and system properties.

More nested configuration properties propagated

02 Nov 11:08
Compare
Choose a tag to compare

Don't always capture stderr

28 Oct 10:11
76098f7
Compare
Choose a tag to compare

Option to ignore TCP ports when waiting

03 Oct 13:13
35ec229
Compare
Choose a tag to compare
Allow tcp ignore for waiting (#169)

option to ignore TCP ports when waiting

Down task appends output (instead of overwriting)

29 Aug 16:34
Compare
Choose a tag to compare

It fixes #165 - if the output is redirected to a file then the file contains just output of the down task at the end. Now, the down task appends its output to the existing file.

Extra properties support

29 Aug 16:23
Compare
Choose a tag to compare

Gradle extra properties can now be used in the dockerCompose extension. Fixes #164 and #166.

--no-ansi added to all docker-compose commands

29 Aug 15:21
Compare
Choose a tag to compare

docker inspect validation removed

03 Aug 12:29
Compare
Choose a tag to compare

The validation of docker inspect output has been removed.

  1. This functionality is out of scope of this plugin.
  2. The validation doesn't work correctly in some cases, e.g. when a container EXPOSEs a port that is not exposed. It's strange but it's not against no specification.

composeLogs task added

30 Jul 09:36
Compare
Choose a tag to compare

It allows to store results of docker-compose logs to files.