netty5/docker
Norman Maurer 0078633702
Use java 11+ea16 (#7999)
Motivation:

Java 11+ea16 was released.

Modifications:

Update to latest version.

Result:

Testing with latest java 11 release.
2018-06-04 18:09:42 +02:00
..
docker-compose.centos-6.18.yaml Allow to test with boringssl-static and drop into shell (#7980) 2018-05-29 11:09:22 +02:00
docker-compose.centos-6.19.yaml Allow to test with boringssl-static and drop into shell (#7980) 2018-05-29 11:09:22 +02:00
docker-compose.centos-6.110.yaml Allow to test with boringssl-static and drop into shell (#7980) 2018-05-29 11:09:22 +02:00
docker-compose.centos-6.111.yaml Use java 11+ea16 (#7999) 2018-06-04 18:09:42 +02:00
docker-compose.centos-7.18.yaml Allow to test with boringssl-static and drop into shell (#7980) 2018-05-29 11:09:22 +02:00
docker-compose.centos-7.19.yaml Allow to test with boringssl-static and drop into shell (#7980) 2018-05-29 11:09:22 +02:00
docker-compose.centos-7.110.yaml Allow to test with boringssl-static and drop into shell (#7980) 2018-05-29 11:09:22 +02:00
docker-compose.centos-7.111.yaml Use java 11+ea16 (#7999) 2018-06-04 18:09:42 +02:00
docker-compose.yaml Allow to test with boringssl-static and drop into shell (#7980) 2018-05-29 11:09:22 +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