Update java versions (#11217)
This commit is contained in:
parent
127644235e
commit
467dc29442
@ -6,7 +6,7 @@ services:
|
|||||||
image: netty:centos-6-1.11
|
image: netty:centos-6-1.11
|
||||||
build:
|
build:
|
||||||
args:
|
args:
|
||||||
java_version : "adopt@1.11.0-9"
|
java_version : "adopt@1.11.0-11"
|
||||||
|
|
||||||
build:
|
build:
|
||||||
image: netty:centos-6-1.11
|
image: netty:centos-6-1.11
|
||||||
|
@ -8,7 +8,7 @@ services:
|
|||||||
args:
|
args:
|
||||||
# use zulu and not adoptjdk for now as adoptjdk15 does not support centos6
|
# use zulu and not adoptjdk for now as adoptjdk15 does not support centos6
|
||||||
# https://github.com/AdoptOpenJDK/openjdk-build/issues/2097
|
# https://github.com/AdoptOpenJDK/openjdk-build/issues/2097
|
||||||
java_version : "zulu@1.15.0-1"
|
java_version : "zulu@1.15.0-2"
|
||||||
|
|
||||||
build:
|
build:
|
||||||
image: netty:centos-6-1.15
|
image: netty:centos-6-1.15
|
||||||
|
@ -6,7 +6,7 @@ services:
|
|||||||
image: netty:centos-6-openj9-1.11
|
image: netty:centos-6-openj9-1.11
|
||||||
build:
|
build:
|
||||||
args:
|
args:
|
||||||
java_version : "adopt-openj9@1.11.0-9"
|
java_version : "adopt-openj9@1.11.0-11"
|
||||||
|
|
||||||
build:
|
build:
|
||||||
image: netty:centos-6-openj9-1.11
|
image: netty:centos-6-openj9-1.11
|
||||||
|
Loading…
Reference in New Issue
Block a user