netty5/docker
Norman Maurer 2109f14c24
When running our testsuite with netty-tcnative-boringssl-static we should use an empty classifier. (#8396)
Motivation:

We publish an "uber-jar" for netty-tcnative-boringssl-static so we should use it when testing against boringssl.

Modifications:

Ensure we use empty classifier.

Result:

Use uber-jar when testing
2018-10-17 19:36:20 +02:00
..
docker-compose.centos-6.18.yaml Allow to run tests with leak detection enabled. (#8323) 2018-09-27 09:13:28 +02:00
docker-compose.centos-6.19.yaml Allow to run tests with leak detection enabled. (#8323) 2018-09-27 09:13:28 +02:00
docker-compose.centos-6.110.yaml Allow to run tests with leak detection enabled. (#8323) 2018-09-27 09:13:28 +02:00
docker-compose.centos-6.111.yaml Allow to run tests with leak detection enabled. (#8323) 2018-09-27 09:13:28 +02:00
docker-compose.centos-6.112.yaml Add docker-compose config to run with Java12 (#8327) 2018-09-27 12:47:17 +02:00
docker-compose.centos-7.18.yaml Allow to run tests with leak detection enabled. (#8323) 2018-09-27 09:13:28 +02:00
docker-compose.centos-7.19.yaml Allow to run tests with leak detection enabled. (#8323) 2018-09-27 09:13:28 +02:00
docker-compose.centos-7.110.yaml Allow to run tests with leak detection enabled. (#8323) 2018-09-27 09:13:28 +02:00
docker-compose.centos-7.111.yaml Allow to run tests with leak detection enabled. (#8323) 2018-09-27 09:13:28 +02:00
docker-compose.centos-7.112.yaml Add docker-compose config to run with Java12 (#8327) 2018-09-27 12:47:17 +02:00
docker-compose.yaml When running our testsuite with netty-tcnative-boringssl-static we should use an empty classifier. (#8396) 2018-10-17 19:36:20 +02:00
Dockerfile.centos add docker-compose to allow easy testing across linux and java versions (#7958) 2018-05-28 10:31:48 +02:00
README.md add docker-compose to allow easy testing across linux and java versions (#7958) 2018-05-28 10:31:48 +02:00

Using the docker images

cd /path/to/netty/

centos 6 with java 8

docker-compose -f docker/docker-compose.yaml -f docker/docker-compose.centos-6.18.yaml run test

centos 7 with java 9

docker-compose -f docker/docker-compose.yaml -f docker/docker-compose.centos-7.19.yaml run test

etc, etc