Releases: avast/gradle-docker-compose-plugin
Releases · avast/gradle-docker-compose-plugin
Don't wait for open TCP ports of services that haven't been started
0.6.4 adjust field name
Improved logging when Up fails
0.6.3 log potential exception in "up" task (#119)
Support for --exit-code-from parameter and custom parameters when calling docker-compose up
0.6.2 Support for --exit-code-from parameter and custom parameters when cal…
Support for natural syntax to access nested settings
Better nested settings access (#116) allow to access the nested settings using natural syntax
Multiple ComposeUp/ComposeDown tasks
Support for nested configurations - each nested configuration creates a new set of tasks (demanded in #36)
isRequiredBy now also ensures that environment variables and Java system properties are exposed (if possible).
Don't build services and will not be started
Minor improvement of container platform detection
0.5.8 more stable platform reading
Better platform detection
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
Don't rely on default network name when checking network properties. Read the network driver instead.
Windows Containers support
The port binding on Windows Containers is handled properly now, see this for details.