2018-05-28 10:31:48 +02:00
|
|
|
version: "3"
|
|
|
|
|
|
|
|
services:
|
|
|
|
|
|
|
|
runtime-setup:
|
|
|
|
image: netty:centos-6-1.10
|
|
|
|
build:
|
|
|
|
args:
|
|
|
|
centos_version : "6"
|
2019-08-16 13:59:36 +02:00
|
|
|
java_version : "zulu@1.10.0-2"
|
2018-05-28 10:31:48 +02:00
|
|
|
|
|
|
|
test:
|
|
|
|
image: netty:centos-6-1.10
|
2018-09-27 09:13:28 +02:00
|
|
|
test-leak:
|
|
|
|
image: netty:centos-6-1.10
|
2018-05-29 11:09:22 +02:00
|
|
|
|
|
|
|
test-boringssl-static:
|
|
|
|
image: netty:centos-6-1.10
|
|
|
|
|
|
|
|
shell:
|
|
|
|
image: netty:centos-6-1.10
|