Skip to content

Releases: avast/gradle-docker-compose-plugin

--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.

composePush task added

19 Jul 12:45
Compare
Choose a tag to compare
Adds `composePush` task which adds push tasks for built images. Allows
to set `ignorePushFailure` option to ignore failures during pushing.

The task will push specified services in compose file.

Project name derived from project absolute path

19 Jul 12:16
Compare
Choose a tag to compare
0.8.1

minor dependencies updates

buildBeforePull parameter introduced

03 Jul 10:21
Compare
Choose a tag to compare

It was confusing that buildBeforeUp was used also in ComposePull task so buildBeforePull was introduced.

#157
#158

Possibility to specify additional argument for build, pull and down commands

24 Feb 10:25
Compare
Choose a tag to compare
0.7.1

use CompileStatic where possible for better performance

Reconnecting

18 Feb 16:42
Compare
Choose a tag to compare

Now, if stopContainers is set to false (default is true) then the plugin tries to reconnect to previously started containers instead of calling docker-compose up and subsequent calls.

This should speed up the Gradle start in scenarios when you want to iterate very quickly and don't want to wait e.g. for Postgres to start.

composeDownForced task

18 Feb 10:32
Compare
Choose a tag to compare

A new task introduced - composeDownForced. It calls docker-compose down even if stopContainers is set to false.

Load information about started services only

15 Feb 12:49
Compare
Choose a tag to compare
0.6.17

load information just for started services