netty5/docker/docker-compose.centos-6.117.yaml
Norman Maurer cafc669436
Add CI job for JDK17 (#11584)
Motivation:

As JDK17 is really close to be released we should add a CI job for it to ensure netty works correctly when using it.

Modifications:

Add docker config and workflow config to run CI job for JDK17

Result:

Ensure netty works on JDK17 as well
2021-08-18 10:08:49 +02:00

25 lines
384 B
YAML

version: "3"
services:
runtime-setup:
image: netty:centos-7-1.17
build:
args:
java_version : "zulu@1.17.0-0"
build:
image: netty:centos-7-1.17
build-leak:
image: netty:centos-7-1.17
build-boringssl-static:
image: netty:centos-7-1.17
build-leak-boringssl-static:
image: netty:centos-7-1.17
shell:
image: netty:centos-7-1.17