Palantir Gradle Docker Versions Save

a Gradle plugin for orchestrating docker builds and pushes.

0.36.0

2 months ago

Automated release, no documented user facing changes

0.35.0

1 year ago
Type Description Link
Improvement The docker plugin is declared as defunct. https://github.com/palantir/gradle-docker/pull/573

0.34.0

1 year ago

Automated release, no documented user facing changes

0.33.0

2 years ago

Automated release, no documented user facing changes

0.32.0

2 years ago
Type Description Link
Improvement Use project version as default tag https://github.com/palantir/gradle-docker/pull/513

0.31.0

2 years ago
Type Description Link
Improvement The dockerPush task is now an alias for the dockerTagsPush task and will push all available tags per default. https://github.com/palantir/gradle-docker/pull/506

0.31.0-rc1

2 years ago
Type Description Link
Improvement verbose logging for docker-compose up https://github.com/palantir/gradle-docker/pull/497

0.30.0

2 years ago
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.. https://github.com/palantir/gradle-docker/pull/482

0.29.0

2 years ago
Type Description Link
Fix Include command output in exception if it fails. https://github.com/palantir/gradle-docker/pull/481

0.28.0

2 years ago
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. https://github.com/palantir/gradle-docker/pull/460