2018-05-28 10:31:48 +02:00
|
|
|
version: "3"
|
|
|
|
|
|
|
|
services:
|
|
|
|
|
|
|
|
runtime-setup:
|
|
|
|
image: netty:centos-6-1.11
|
|
|
|
build:
|
|
|
|
args:
|
|
|
|
centos_version : "6"
|
2018-06-04 18:09:42 +02:00
|
|
|
java_version : "1.11.0-16"
|
2018-05-28 10:31:48 +02:00
|
|
|
|
|
|
|
test:
|
|
|
|
image: netty:centos-6-1.11
|
2018-05-29 11:09:22 +02:00
|
|
|
|
|
|
|
test-boringssl-static:
|
|
|
|
image: netty:centos-6-1.11
|
|
|
|
|
|
|
|
shell:
|
|
|
|
image: netty:centos-6-1.11
|