2018-09-27 12:47:17 +02:00
|
|
|
version: "3"
|
|
|
|
|
|
|
|
services:
|
|
|
|
|
|
|
|
runtime-setup:
|
|
|
|
image: netty:centos-6-1.12
|
|
|
|
build:
|
|
|
|
args:
|
|
|
|
centos_version : "6"
|
2019-01-14 13:33:37 +01:00
|
|
|
java_version : "openjdk@1.12.0-27"
|
2018-09-27 12:47:17 +02:00
|
|
|
|
|
|
|
test:
|
|
|
|
image: netty:centos-6-1.12
|
|
|
|
|
|
|
|
test-leak:
|
|
|
|
image: netty:centos-6-1.12
|
|
|
|
|
|
|
|
test-boringssl-static:
|
|
|
|
image: netty:centos-6-1.12
|
|
|
|
|
|
|
|
shell:
|
|
|
|
image: netty:centos-6-1.12
|