b6522927d7
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 |
||
---|---|---|
.. | ||
docker-compose.centos-6.18.yaml | ||
docker-compose.centos-6.19.yaml | ||
docker-compose.centos-6.110.yaml | ||
docker-compose.centos-6.111.yaml | ||
docker-compose.centos-6.112.yaml | ||
docker-compose.centos-7.18.yaml | ||
docker-compose.centos-7.19.yaml | ||
docker-compose.centos-7.110.yaml | ||
docker-compose.centos-7.111.yaml | ||
docker-compose.centos-7.112.yaml | ||
docker-compose.yaml | ||
Dockerfile.centos | ||
README.md |
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