Skip to content

Releases: augi/gradle-docker-java

Settings to copy files to Docker working directory

17 Dec 15:28
Compare
Choose a tag to compare

It's array of Files named filesToCopy. #7

Default Docker images updated

28 Oct 08:26
Compare
Choose a tag to compare
1.6.5

newer default images

Docker configuration directory removed correctly

16 Aug 11:29
Compare
Choose a tag to compare
1.6.4

Docker configuration directory removed correctly

Build arguments for custom Dockerfile

03 Aug 14:49
Compare
Choose a tag to compare
1.6.3

build arguments for custom Dockerfile

Custom Dockerfile

03 Aug 14:29
Compare
Choose a tag to compare

It's possible to specify path to a custom Dockerfile. It's useful e.g. if you want to use this plugin to handle the image pushing only.

Application arguments

03 Aug 13:04
Compare
Choose a tag to compare

It's possible to pass custom arguments to your application.

Slim image used instead of Alpine for Java 8 on Linux

02 Jun 08:24
Compare
Choose a tag to compare

The Alpine version of image is not updated anymore so we are switching to debian:slim base image.

New Docker images used, Docker working directory configurable

06 May 15:03
Compare
Choose a tag to compare
1.5.0

make Docker working directory configurable Fixes #5

Support for custom labels

08 Mar 13:32
Compare
Choose a tag to compare
1.4.0

support for custom labels

Make username optional

07 Mar 21:02
Compare
Choose a tag to compare

It's handy in situations when the global Docker config file already contains the authorization token.