2019-01-17 07:02:13 +01:00
|
|
|
version: "3"
|
|
|
|
|
|
|
|
services:
|
|
|
|
|
|
|
|
runtime-setup:
|
|
|
|
image: netty:centos-7-1.13
|
|
|
|
build:
|
|
|
|
args:
|
|
|
|
centos_version : "7"
|
2019-05-21 20:10:09 +02:00
|
|
|
java_version : "openjdk@1.13.0-21"
|
2019-01-17 07:02:13 +01:00
|
|
|
|
|
|
|
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
|