netty5/docker/docker-compose.centos-6.112.yaml
Norman Maurer d3d0b6478b
Update JDK12 and 13 to latest EA releases. (#8809)
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
2019-02-28 13:54:04 +01:00

23 lines
348 B
YAML

version: "3"
services:
runtime-setup:
image: netty:centos-6-1.12
build:
args:
centos_version : "6"
java_version : "openjdk@1.12.0"
test:
image: netty:centos-6-1.12
test-leak:
image: netty:centos-6-1.12
test-boringssl-static:
image: netty:centos-6-1.12
shell:
image: netty:centos-6-1.12