netty5/docker/docker-compose.centos-7.112.yaml
Norman Maurer db3c76ed72
Update to use OpenJDK 12 EA24 when building with Java 12 (#8672)
Motivation:

A new EA build was released for Java 12.

Modifications:

Update to OpenJDK 12 EA24

Result:

Use latest OpenJDK 12 build when building with Java 12
2018-12-19 11:28:43 +01:00

23 lines
351 B
YAML

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