39e58458f4
Motivation: A new openjdk13 EA release is out. Modifications: Update openjdk13 version. Result: Run build on CI with latest openjdk13 EA build
23 lines
351 B
YAML
23 lines
351 B
YAML
version: "3"
|
|
|
|
services:
|
|
|
|
runtime-setup:
|
|
image: netty:centos-7-1.13
|
|
build:
|
|
args:
|
|
centos_version : "7"
|
|
java_version : "openjdk@1.13.0-14"
|
|
|
|
test:
|
|
image: netty:centos-7-1.13
|
|
|
|
test-leak:
|
|
image: netty:centos-7-1.13
|
|
|
|
test-boringssl-static:
|
|
image: netty:centos-7-1.13
|
|
|
|
shell:
|
|
image: netty:centos-7-1.13
|