netty5/docker
Norman Maurer afdc77f9d3
Update to latest JDK13 EA release (#9166)
Motivation:

We should use the latest EA release when trying to compile with JDK13.

Modifications:

Update to latest release

Result:

Test with latest release on the CI
2019-05-21 20:10:09 +02:00
..
docker-compose.centos-6.18.yaml Update to latest java releases (#9101) 2019-04-29 08:32:27 +02:00
docker-compose.centos-6.19.yaml Update to latest JDK releases in our CI (#8969) 2019-03-22 15:22:47 +01: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 Update to latest java releases (#9101) 2019-04-29 08:32:27 +02:00
docker-compose.centos-6.112.yaml Update to latest java releases (#9101) 2019-04-29 08:32:27 +02:00
docker-compose.centos-6.113.yaml Update to latest JDK13 EA release (#9166) 2019-05-21 20:10:09 +02:00
docker-compose.centos-6.graalvm1.yaml Add docker-compose file to compile / test with graalvm (#9072) 2019-04-29 08:33:39 +02:00
docker-compose.centos-6.openj9111.yaml Update to latest java releases (#9101) 2019-04-29 08:32:27 +02:00
docker-compose.centos-7.18.yaml Update to latest java releases (#9101) 2019-04-29 08:32:27 +02:00
docker-compose.centos-7.19.yaml Update to latest JDK releases in our CI (#8969) 2019-03-22 15:22:47 +01: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 Update to latest java releases (#9101) 2019-04-29 08:32:27 +02:00
docker-compose.centos-7.112.yaml Update to latest java releases (#9101) 2019-04-29 08:32:27 +02:00
docker-compose.centos-7.113.yaml Update to latest JDK13 EA release (#9166) 2019-05-21 20:10:09 +02:00
docker-compose.yaml support publishing snapshots from docker based ci (#8634) 2018-12-07 05:43:06 +01:00
docker-sync-compose.centos-6.18.yaml Update to latest java releases (#9101) 2019-04-29 08:32:27 +02:00
docker-sync.centos-6.18.yaml Add docker-sync config to step up docker-usage on macOS. (#8948) 2019-03-19 08:35:49 +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