Skip to content

Releases: augi/gradle-docker-java

baseImage is optional again

17 Feb 11:50
Compare
Choose a tag to compare

The baseImage doesn't have to be set if customDockerfile is speficied.

Automatic base image selection removed

17 Feb 09:18
Compare
Choose a tag to compare

The automatic base image selection feature has been removed. This means the following changes in the API:

  • baseImage is required
  • javaVersion removed
  • windowsBaseImageSpecifier removed

The reason for this change is that choosing the appropriate base image is important and hard, it depends on context, security concerns, etc. Because of this, the base image should be chosen explicitly.

OCI annotations support

Minor dependencies updated

17 Feb 08:40
Compare
Choose a tag to compare
2.7.1

chore(deps): update plugin com.gradle.plugin-publish to v0.20.0

Gradle 7.x support

20 Apr 11:17
3f59a20
Compare
Choose a tag to compare
chore(deps): update dependency gradle to v7 (#30)

* chore(deps): update dependency gradle to v7

* chore(gradle): deprecations handled

* chore(gradle): adjusted to Gradle 7

* chore(gradle): adjusted to Gradle 7

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Michal Augustýn <michal.augustyn@avast.com>
Co-authored-by: Michal Augustýn <augustyn.michal@gmail.com>

Publishing to Maven Central

24 Mar 13:51
Compare
Choose a tag to compare
2.6.2

fix: publishing fixed

First publishing using GHA

22 Mar 19:17
Compare
Choose a tag to compare
2.6.1

fix: GitExecutor test fixed

dockerBuildArgs introduced

19 Dec 19:30
Compare
Choose a tag to compare
2.6.0

feat: dockerBuildArgs added

Configurable Windows base image version

19 Nov 08:14
Compare
Choose a tag to compare
2.5.0

feat: allow to specify version of base Windows image

Default base images updated

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

chore: default base images updated