netty5/docker
Norman Maurer b6522927d7
Add profile to easily run testsuite against netty-tcnative-boringssl-static (#8436)
Motivation:

We should provide an easy way to run our testsuite against netty-tcnative-boringssl-static

Modifications:

- Add boringssl profile which can be used to enable usage of netty-tcnative-boringssl-static
- Make use of the profile in docker-compose

Result:

Cleaner and easier way of running testsuite against netty-tcnative-boringssl-static
2018-10-28 10:27:34 +01:00
..
docker-compose.centos-6.18.yaml Explicit specify java version to use to ensure we rebuild image when java version changes. (#8397) 2018-10-18 12:41:30 +02:00
docker-compose.centos-6.19.yaml Explicit specify java version to use to ensure we rebuild image when java version changes. (#8397) 2018-10-18 12:41:30 +02:00
docker-compose.centos-6.110.yaml Explicit specify java version to use to ensure we rebuild image when java version changes. (#8397) 2018-10-18 12:41:30 +02:00
docker-compose.centos-6.111.yaml Explicit specify java version to use to ensure we rebuild image when java version changes. (#8397) 2018-10-18 12:41:30 +02:00
docker-compose.centos-6.112.yaml Update to JDK 12 EA16 when running CI jobs against JDK 12. (#8421) 2018-10-23 14:55:19 -07:00
docker-compose.centos-7.18.yaml Explicit specify java version to use to ensure we rebuild image when java version changes. (#8397) 2018-10-18 12:41:30 +02:00
docker-compose.centos-7.19.yaml Explicit specify java version to use to ensure we rebuild image when java version changes. (#8397) 2018-10-18 12:41:30 +02:00
docker-compose.centos-7.110.yaml Explicit specify java version to use to ensure we rebuild image when java version changes. (#8397) 2018-10-18 12:41:30 +02:00
docker-compose.centos-7.111.yaml Explicit specify java version to use to ensure we rebuild image when java version changes. (#8397) 2018-10-18 12:41:30 +02:00
docker-compose.centos-7.112.yaml Update to JDK 12 EA16 when running CI jobs against JDK 12. (#8421) 2018-10-23 14:55:19 -07:00
docker-compose.yaml Add profile to easily run testsuite against netty-tcnative-boringssl-static (#8436) 2018-10-28 10:27:34 +01: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