Skip to content

Releases: avast/gradle-docker-compose-plugin

Wait for valid docker inspect output

14 Sep 11:26

Choose a tag to compare

Merge pull request #102 from avast/ValidateDockerInspect

Validate docker inspect

Read gateway from network inspection

11 Sep 14:01

Choose a tag to compare

Sometimes, gateway cannot be read from docker container inspection so we are introducing this fallback.

Support for SERVICES_HOST environment variable

05 Sep 10:55

Choose a tag to compare

It's a must for CircleCI 2.0 environment (must be set to localhost), see #97 for the discussion.

Support for --force-recreate and running of specified services

27 Aug 13:47

Choose a tag to compare

Two new parameter added to the extension - forceRecreate and startedServices

Better binaries defaults on MacOS and plugin rename

27 Aug 09:08

Choose a tag to compare

It solves the issues on MacOS when executing docker and docker-compose commands (because PATH doesn't include /usr/local/bin).

Also please note that we have to rename the repository and plugin binary to something that doesn't start with docker.

This release is the last that is published under the old name, and also the first published under the new name.

Add newlines when capturing containers output to a file

26 Jun 19:15

Choose a tag to compare

Merge pull request #92 from psxpaul/master

#90 fix for newlines not printing to file

Allow to capture containers output to a file

24 Jun 19:46

Choose a tag to compare

Merge pull request #91 from psxpaul/master

#90 adding option to save container output to a logfile

Support custom container names

07 Jun 21:22

Choose a tag to compare

Add fallback to instance name regex for custom container names. It fixes #81 and #85.

Fixed usage of --remove-orphans

22 May 12:11

Choose a tag to compare

This option was used for docker-compose stop instead of docker-compose down.

Allow to use syntax shown in README

22 May 08:10

Choose a tag to compare

0.4.1

allow to use simplified syntax as shown in README