Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.53 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.53 KB

Build Status

Why another Gradle Docker images?

The reasons I make those Docker images:

Which JVM do those images use?

Naming convention of those Docker tags

  • {jvm}_{jvm.major}-{gradle.major}.{gradle.minor}.x
    • e.g. zulu_8-4.5.x
  • {jvm}_{jvm.major}u{jvm.minor}-{gradle.full.version}
    • e.g. openj9_8u162-4.5.1

All of available Docker image tags you can find here.

The base images I used

TODO

  • If AdoptedOpenJDK releases HotSpot's version that passes TCK in the future, I will add that too.