项目作者: jiminhsieh

项目描述 :
Gradle with JVMs passed TCK/JCK which include Azul Zulu and AdoptOpenJDK OpenJ9
高级语言:
项目地址: git://github.com/jiminhsieh/gradle-docker-images.git
创建时间: 2018-05-04T12:15:45Z
项目社区:https://github.com/jiminhsieh/gradle-docker-images

开源协议:Apache License 2.0

下载


Gradle Docker images

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.