Add JDK 14 and update JDK 13 for builds (#10136)

Motivation:

JDK 14 was released so we should include it in our build matrix. Beside this there was also a JDK 13 update

Modifications:

- Add docker-compose files for JDK 14
- Update JDK 13 version

Result:

Build with JDK 14 as well and use latest JDK 13 release
This commit is contained in:
Norman Maurer 2020-03-26 10:26:20 +01:00 committed by GitHub
parent 62e3c463c4
commit 81513c3728
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 46 additions and 2 deletions

View File

@ -7,7 +7,7 @@ services:
build:
args:
centos_version : "6"
java_version : "adopt@1.13.0-1"
java_version : "adopt@1.13.0-2"
test:
image: netty:centos-6-1.13

View File

@ -0,0 +1,22 @@
version: "3"
services:
runtime-setup:
image: netty:centos-6-1.14
build:
args:
centos_version : "6"
java_version : "adopt@1.14.0-0"
test:
image: netty:centos-6-1.14
test-leak:
image: netty:centos-6-1.14
test-boringssl-static:
image: netty:centos-6-1.14
shell:
image: netty:centos-6-1.14

View File

@ -7,7 +7,7 @@ services:
build:
args:
centos_version : "7"
java_version : "adopt@1.13.0-1"
java_version : "adopt@1.13.0-2"
test:
image: netty:centos-7-1.13

View File

@ -0,0 +1,22 @@
version: "3"
services:
runtime-setup:
image: netty:centos-7-1.14
build:
args:
centos_version : "7"
java_version : "@1.14.0-0"
test:
image: netty:centos-7-1.14
test-leak:
image: netty:centos-7-1.14
test-boringssl-static:
image: netty:centos-7-1.14
shell:
image: netty:centos-7-1.14