netty5/docker/docker-compose.centos-6.111.yaml
Norman Maurer 2d47005901
Use java 11+ea18 (#8034)
Motivation:

Java 11+ea18 was released.

Modifications:

Update to latest version.

Result:

Testing with latest java 11 release.
2018-06-18 20:31:15 +02:00

20 lines
298 B
YAML

version: "3"
services:
runtime-setup:
image: netty:centos-6-1.11
build:
args:
centos_version : "6"
java_version : "1.11.0-18"
test:
image: netty:centos-6-1.11
test-boringssl-static:
image: netty:centos-6-1.11
shell:
image: netty:centos-6-1.11