netty5/docker
Norman Maurer 70efd25801
Add docker-compose config to run with Java12 (#8327)
Motivation:

The first EA builds for Java12 are released so we should allow to run with these in our docker-compose setup.

Modifications:

Add docker-compose configs for Java12.

Result:

Be able to run easily with Java12 as well.
2018-09-27 12:47:17 +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 Allow to run tests with leak detection enabled. (#8323) 2018-09-27 09:13:28 +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