Skip to content

Releases: avast/gradle-docker-compose-plugin

Better platform detection

11 Oct 11:46
Compare
Choose a tag to compare

Older versions of Docker don't contain Platform field in the docker inspect output. We use docker info as a fallback.

Don't rely on default network name

10 Oct 10:12
Compare
Choose a tag to compare

Don't rely on default network name when checking network properties. Read the network driver instead.

Windows Containers support

10 Oct 09:23
Compare
Choose a tag to compare

The port binding on Windows Containers is handled properly now, see this for details.

Wait for valid docker inspect output

14 Sep 11:26
Compare
Choose a tag to compare
Merge pull request #102 from avast/ValidateDockerInspect

Validate docker inspect

Read gateway from network inspection

11 Sep 14:01
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
Merge pull request #91 from psxpaul/master

#90 adding option to save container output to a logfile