0c6f077c18
Motivation: We also need to run our tests while using boringssl-static to ensure everything works when using it. Beside this its sometimes useful to be able to just get a shell and so interactive work in the docker instance. Modifications: - Add configs for shell - Add configs for testing with boringssl-static - Ensure we not share .m2 when running tests Result: More complete docker setup. |
||
---|---|---|
.. | ||
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-7.18.yaml | ||
docker-compose.centos-7.19.yaml | ||
docker-compose.centos-7.110.yaml | ||
docker-compose.centos-7.111.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