Add docker-compose files to compile with OpenJDK15 (#10697)
Motivation: OpenJDK15 was released, we should compile with it on the CI Modifications: Add docker-compose files to be able to compile with OpenJDK15 Result: Compile with latest major JDK version
This commit is contained in:
parent
9563d2bd61
commit
fbb42a292f
24
docker/docker-compose.centos-6.115.yaml
Normal file
24
docker/docker-compose.centos-6.115.yaml
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
version: "3"
|
||||||
|
|
||||||
|
services:
|
||||||
|
|
||||||
|
runtime-setup:
|
||||||
|
image: netty:centos-6-1.15
|
||||||
|
build:
|
||||||
|
args:
|
||||||
|
centos_version : "6"
|
||||||
|
# use zulu and not adoptjdk for now as adoptjdk15 does not support centos6
|
||||||
|
# https://github.com/AdoptOpenJDK/openjdk-build/issues/2097
|
||||||
|
java_version : "zulu@1.15.0-0"
|
||||||
|
|
||||||
|
test:
|
||||||
|
image: netty:centos-6-1.15
|
||||||
|
|
||||||
|
test-leak:
|
||||||
|
image: netty:centos-6-1.15
|
||||||
|
|
||||||
|
test-boringssl-static:
|
||||||
|
image: netty:centos-6-1.15
|
||||||
|
|
||||||
|
shell:
|
||||||
|
image: netty:centos-6-1.15
|
22
docker/docker-compose.centos-7.115.yaml
Normal file
22
docker/docker-compose.centos-7.115.yaml
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
version: "3"
|
||||||
|
|
||||||
|
services:
|
||||||
|
|
||||||
|
runtime-setup:
|
||||||
|
image: netty:centos-7-1.15
|
||||||
|
build:
|
||||||
|
args:
|
||||||
|
centos_version : "7"
|
||||||
|
java_version : "adopt@1.15.0-0"
|
||||||
|
|
||||||
|
test:
|
||||||
|
image: netty:centos-7-1.15
|
||||||
|
|
||||||
|
test-leak:
|
||||||
|
image: netty:centos-7-1.15
|
||||||
|
|
||||||
|
test-boringssl-static:
|
||||||
|
image: netty:centos-7-1.15
|
||||||
|
|
||||||
|
shell:
|
||||||
|
image: netty:centos-7-1.15
|
Loading…
Reference in New Issue
Block a user