Add Open Liberty 23.0.0.3 images (#8312)
This commit is contained in:
parent
37b4a08246
commit
f0acf0c81c
|
@ -38,6 +38,8 @@ val targets = mapOf(
|
|||
// Java 19 is not supported until 22.0.0.10
|
||||
ImageTarget(listOf("22.0.0.12"), listOf("hotspot"), listOf("8", "11", "17", "19"), mapOf("release" to "22.0.0.12")),
|
||||
ImageTarget(listOf("22.0.0.12"), listOf("openj9"), listOf("8", "11", "17"), mapOf("release" to "22.0.0.12")),
|
||||
ImageTarget(listOf("23.0.0.3"), listOf("hotspot"), listOf("8", "11", "17", "19"), mapOf("release" to "23.0.0.3")),
|
||||
ImageTarget(listOf("23.0.0.3"), listOf("openj9"), listOf("8", "11", "17"), mapOf("release" to "23.0.0.3")),
|
||||
),
|
||||
"payara" to listOf(
|
||||
ImageTarget(listOf("5.2020.6"), listOf("hotspot", "openj9"), listOf("8", "11")),
|
||||
|
|
Loading…
Reference in New Issue