Releases: palantir/gradle-docker
Releases · palantir/gradle-docker
0.36.0
Automated release, no documented user facing changes
0.35.0
Type |
Description |
Link |
Improvement |
The docker plugin is declared as defunct. |
#573 |
0.34.0
Automated release, no documented user facing changes
0.33.0
Automated release, no documented user facing changes
0.32.0
Type |
Description |
Link |
Improvement |
Use project version as default tag |
#513 |
0.31.0
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
Type |
Description |
Link |
Improvement |
verbose logging for docker-compose up |
#497 |
0.30.0
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
Type |
Description |
Link |
Fix |
Include command output in exception if it fails. |
#481 |
0.28.0
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 |