Skip to content

Releases: augi/gradle-docker-java

Default base images updated

18 Nov 17:01
Compare
Choose a tag to compare
2.4.0

chore: default base images updated

DK8-specific parameter not applied when a custom base image specified

18 Nov 16:59
Compare
Choose a tag to compare

-XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap was automatically added to JAVA_OPTS even if a custom base image was specified (and so we couldn't be sure what the Java version is).

Gradle 6.x

25 Mar 14:22
Compare
Choose a tag to compare
2.2.0

fix: Gradle Task validations fixed

Java 11 not required for plugin runtime

25 Mar 12:26
Compare
Choose a tag to compare

As TravisCI changed default groovy environment, recent releases required Java 11 for plugin runtime. Starting with this release, the plugin explicitly targets Java 1.8.

Two Docker layers with files

14 Feb 10:48
Compare
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
Compare
Choose a tag to compare

Also Gradle updated from 5.4.1 to 5.6.4.

OSType parsing fixed

13 Aug 16:00
Compare
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
Compare
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
Compare
Choose a tag to compare

Default Docker images updated and Gradle 5.1.1

01 Feb 10:11
Compare
Choose a tag to compare
1.7.0

default images updated