cafc669436
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
25 lines
384 B
YAML
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
|