Skip to content

Releases: augi/gradle-docker-java

Two Docker layers with files

14 Feb 10:48

Choose a tag to compare

This is a feature inspired by jib.
The plugin now copies dependencies first, and then the application JAR. It means that if there is just change in the application code, the layer with dependencies remains the same, so it hasn't to be pushed, and also hasn't to be downloaded in runtime environment. So it saves both space and bandwidth.

AdoptOpenJDK base images instead of OpenJDK

13 Feb 16:07

Choose a tag to compare

Also Gradle updated from 5.4.1 to 5.6.4.

OSType parsing fixed

13 Aug 16:00

Choose a tag to compare

1.8.2

fix docker info OSType parsing

stdout of Docker commands not swallowed if not required

18 Jul 15:34

Choose a tag to compare

1.8.1

stdout not swallowed if not required

Default Docker images updated and Gradle 5.4.1

29 May 09:54

Choose a tag to compare

Default Docker images updated and Gradle 5.1.1

01 Feb 10:11

Choose a tag to compare

1.7.0

default images updated

Settings to copy files to Docker working directory

17 Dec 15:28

Choose a tag to compare

It's array of Files named filesToCopy. #7

Default Docker images updated

28 Oct 08:26

Choose a tag to compare

1.6.5

newer default images

Docker configuration directory removed correctly

16 Aug 11:29

Choose a tag to compare

1.6.4

Docker configuration directory removed correctly

Build arguments for custom Dockerfile

03 Aug 14:49

Choose a tag to compare

1.6.3

build arguments for custom Dockerfile