netty5/docker
Norman Maurer 0cdd9de6de
Update to JDK 12 EA16 when running CI jobs against JDK 12. (#8421)
Motivation:

A new EA release was done, we should always run against the latest.

Modifications:

Update to EA 16.

Result:

CI runs with latest EA release for JDK12.
2018-10-23 14:55:19 -07: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 Fix broken testsuite-shading when using with netty-tcnative-boringssl-static (#8404) 2018-10-18 19:31:01 +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