netty5/docker/docker-compose.centos-7.111.yaml
Norman Maurer 9acd9273c1
Allow to run tests with leak detection enabled. (#8323)
Motivation:

We should add some command to be able to run all tests with leak detection enabled. This will then be used on the CI during PR builds.

Modifications:

Add new docker-compose config to run with leak-detection enabled.

Result:

Easy way to enable leak detection while running tests via docker.
2018-09-27 09:13:28 +02:00

23 lines
340 B
YAML

version: "3"
services:
runtime-setup:
image: netty:centos-7-1.11
build:
args:
centos_version : "7"
java_version : "1.11.0"
test:
image: netty:centos-7-1.11
test-leak:
image: netty:centos-7-1.11
test-boringssl-static:
image: netty:centos-7-1.11
shell:
image: netty:centos-7-1.11