2019-03-01 11:28:51 +01:00
|
|
|
version: "3"
|
|
|
|
|
|
|
|
services:
|
|
|
|
|
|
|
|
runtime-setup:
|
|
|
|
image: netty:centos-6-openj9-1.11
|
|
|
|
build:
|
|
|
|
args:
|
|
|
|
centos_version : "6"
|
2019-10-31 12:16:24 +01:00
|
|
|
java_version : "adopt-openj9@1.11.0-5"
|
2019-03-01 11:28:51 +01:00
|
|
|
|
|
|
|
test:
|
|
|
|
image: netty:centos-6-openj9-1.11
|
|
|
|
|
|
|
|
test-leak:
|
|
|
|
image: netty:centos-6-openj9-1.11
|
|
|
|
|
|
|
|
test-boringssl-static:
|
|
|
|
image: netty:centos-6-openj9-1.11
|
|
|
|
|
|
|
|
shell:
|
|
|
|
image: netty:centos-6-openj9-1.11
|