dccdecc7f4
Motivation: The last non-LTS release is JDK16 now. Modifications: Update from JDK15 to JDK16 for building as this is the last non-LTS release atm Result: Build with latest non-LTS release as well
25 lines
392 B
YAML
25 lines
392 B
YAML
version: "3"
|
|
|
|
services:
|
|
|
|
runtime-setup:
|
|
image: netty:centos-6-1.16
|
|
build:
|
|
args:
|
|
java_version : "adopt-openj9@1.16.0-1"
|
|
|
|
build:
|
|
image: netty:centos-6-1.16
|
|
|
|
build-leak:
|
|
image: netty:centos-6-1.16
|
|
|
|
build-boringssl-static:
|
|
image: netty:centos-6-1.16
|
|
|
|
build-leak-boringssl-static:
|
|
image: netty:centos-6-1.16
|
|
|
|
shell:
|
|
image: netty:centos-6-1.16
|