0d37b06bc8
Motivation: We use outdated EA releases when building and testing with JDK 12 and 13. Modifications: - Update versions. - Add workaround for possible JDK12+ bug. Result: Use latest releases
23 lines
350 B
YAML
23 lines
350 B
YAML
version: "3"
|
|
|
|
services:
|
|
|
|
runtime-setup:
|
|
image: netty:centos-7-1.13
|
|
build:
|
|
args:
|
|
centos_version : "7"
|
|
java_version : "openjdk@1.13.0-9"
|
|
|
|
test:
|
|
image: netty:centos-7-1.13
|
|
|
|
test-leak:
|
|
image: netty:centos-7-1.13
|
|
|
|
test-boringssl-static:
|
|
image: netty:centos-7-1.13
|
|
|
|
shell:
|
|
image: netty:centos-7-1.13
|