netty5/docker/docker-compose.centos-7.111.yaml
Norman Maurer 7f59896fba
Use jdk-11-ea+15 when try to build with java11 (#7979)
Motivation:

A new EA build for java 11 is out.

Modifications:

Update from ea+14 to ea+15

Result:

Use latest ea build
2018-05-28 11:51:25 +02:00

14 lines
200 B
YAML

version: "3"
services:
runtime-setup:
image: netty:centos-7-1.11
build:
args:
centos_version : "7"
java_version : "1.11.0-15"
test:
image: netty:centos-7-1.11