Add Open Liberty 23.0.0.3 images (#8312)

This commit is contained in:
Felix Wong 2023-04-18 18:13:02 -04:00 committed by GitHub
parent 37b4a08246
commit f0acf0c81c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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")),