Skip to content

Releases: augi/gradle-docker-java

Support for alternative image names

03 Mar 17:13
Compare
Choose a tag to compare

It allows to publish the Docker image under more names, e.g. publish the image with specific version and latest tag at once.

Support for older Docker versions

12 Feb 19:14
Compare
Choose a tag to compare

Support for Docker versions that don't support --password-stdin switch for docker login command.

Add standard labels to the Docker image

10 Feb 15:34
6c785e7
Compare
Choose a tag to compare
Standard labels

* provide standard labels for Docker image #1

* perform docker login only if username is provided

* show exceptions from tests

* try to fix test failing on TravisCI

* disable problematic assertions

* different test of docker inspect output

* intentialy break the test

* fix the test

* more stable tests

* test the GitExecutor

Use Java 8u161 where possible

09 Feb 23:38
Compare
Choose a tag to compare

And bunch of small improvements.

Start with empty Dockerfile

13 Jan 17:24
Compare
Choose a tag to compare
0.9.2

start with empty Dockerfile

Image can be removed after publishing

07 Jan 16:54
Compare
Choose a tag to compare
0.9.1

removeImage option added

Initial release

16 Dec 17:21
Compare
Choose a tag to compare
0.9.0

rename the plugin for Gradle portal