Upgrade various JDK flavors / version in our docker-compose files (#9737)
Motivation: We should always test with the latest JDK versions on our CI. Modifications: Update versions Result: Use latest JDK versions on our CI
This commit is contained in:
parent
fb0d34a2f9
commit
656371ee73
@ -7,7 +7,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
args:
|
args:
|
||||||
centos_version : "6"
|
centos_version : "6"
|
||||||
java_version : "adopt@1.11.0-4"
|
java_version : "adopt@1.11.0-5"
|
||||||
|
|
||||||
test:
|
test:
|
||||||
image: netty:centos-6-1.11
|
image: netty:centos-6-1.11
|
||||||
|
@ -7,7 +7,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
args:
|
args:
|
||||||
centos_version : "6"
|
centos_version : "6"
|
||||||
java_version : "adopt@1.13.0-0"
|
java_version : "adopt@1.13.0-1"
|
||||||
|
|
||||||
test:
|
test:
|
||||||
image: netty:centos-6-1.13
|
image: netty:centos-6-1.13
|
||||||
|
@ -7,7 +7,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
args:
|
args:
|
||||||
centos_version : "6"
|
centos_version : "6"
|
||||||
java_version : "graalvm@19.1.1"
|
java_version : "graalvm@19.2.1"
|
||||||
|
|
||||||
test:
|
test:
|
||||||
image: netty:centos-6-1.8
|
image: netty:centos-6-1.8
|
||||||
|
@ -7,7 +7,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
args:
|
args:
|
||||||
centos_version : "6"
|
centos_version : "6"
|
||||||
java_version : "adopt-openj9@1.11.0-4"
|
java_version : "adopt-openj9@1.11.0-5"
|
||||||
|
|
||||||
test:
|
test:
|
||||||
image: netty:centos-6-openj9-1.11
|
image: netty:centos-6-openj9-1.11
|
||||||
|
@ -7,7 +7,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
args:
|
args:
|
||||||
centos_version : "7"
|
centos_version : "7"
|
||||||
java_version : "adopt@1.11.0-4"
|
java_version : "adopt@1.11.0-5"
|
||||||
|
|
||||||
test:
|
test:
|
||||||
image: netty:centos-7-1.11
|
image: netty:centos-7-1.11
|
||||||
|
@ -7,7 +7,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
args:
|
args:
|
||||||
centos_version : "7"
|
centos_version : "7"
|
||||||
java_version : "adopt@1.13.0-0"
|
java_version : "adopt@1.13.0-1"
|
||||||
|
|
||||||
test:
|
test:
|
||||||
image: netty:centos-7-1.13
|
image: netty:centos-7-1.13
|
||||||
|
Loading…
Reference in New Issue
Block a user