netty5/docker/docker-compose.centos-6.111.yaml
Norman Maurer 1e8a533ef9 Update to latest JDK releases in our CI (#8969)
Motivation:

We should use the latest JDK release on our CI

Modifications:

Update all versions.

Result:

Test on latest JDK versions on our CI
2019-03-22 15:23:12 +01:00

23 lines
348 B
YAML

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