Skip to content

Releases: palantir/gradle-docker

0.36.0

02 Mar 17:34
729416f
Compare
Choose a tag to compare

Automated release, no documented user facing changes

0.35.0

03 Apr 08:51
e11bbc8
Compare
Choose a tag to compare
Type Description Link
Improvement The docker plugin is declared as defunct. #573

0.34.0

23 Jun 16:15
ae5a679
Compare
Choose a tag to compare

Automated release, no documented user facing changes

0.33.0

07 Apr 09:42
64c9e45
Compare
Choose a tag to compare

Automated release, no documented user facing changes

0.32.0

04 Jan 14:00
c817ed7
Compare
Choose a tag to compare
Type Description Link
Improvement Use project version as default tag #513

0.31.0

23 Nov 15:11
ddde4e5
Compare
Choose a tag to compare
Type Description Link
Improvement The dockerPush task is now an alias for the dockerTagsPush task and will push all available tags per default. #506

0.31.0-rc1

03 Nov 20:01
4c9e7dc
Compare
Choose a tag to compare
0.31.0-rc1 Pre-release
Pre-release
Type Description Link
Improvement verbose logging for docker-compose up #497

0.30.0

29 Sep 12:07
7132734
Compare
Choose a tag to compare
Type Description Link
Fix Ensure the progress of docker-compose up is printing to stderr/stdout to prevent circle context deadlines being hit when pulling a large number of containers.. #482

0.29.0

24 Sep 12:44
e43f96f
Compare
Choose a tag to compare
Type Description Link
Fix Include command output in exception if it fails. #481

0.28.0

13 Aug 14:18
438e2d9
Compare
Choose a tag to compare
Type Description Link
Improvement Add ignoreExitValue option to the Docker Run Plugin. It is false by default. When set to true it will ignore the exit code returned from the execution of the docker command. #460