netty5/docker
Norman Maurer 0a8a52a9f1 Add docker-compose file to compile / test with graalvm (#9072)
Motivation:

We should try to compile / test with graalvm as well.

Modifications:

Add docker-compose file for graalvm

Result:

Be able to also compile / test with graalvm
2019-04-29 08:33:50 +02:00
..
docker-compose.centos-6.18.yaml Update to latest java releases (#9101) 2019-04-29 08:32:39 +02:00
docker-compose.centos-6.19.yaml Update to latest JDK releases in our CI (#8969) 2019-03-22 15:23:12 +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:39 +02:00
docker-compose.centos-6.112.yaml Update to latest java releases (#9101) 2019-04-29 08:32:39 +02:00
docker-compose.centos-6.113.yaml Update to latest openjdk13 EA release 2019-03-30 20:29:41 +01:00
docker-compose.centos-6.graalvm1.yaml Add docker-compose file to compile / test with graalvm (#9072) 2019-04-29 08:33:50 +02:00
docker-compose.centos-6.openj9111.yaml Update to latest java releases (#9101) 2019-04-29 08:32:39 +02:00
docker-compose.centos-7.18.yaml Update to latest java releases (#9101) 2019-04-29 08:32:39 +02:00
docker-compose.centos-7.19.yaml Update to latest JDK releases in our CI (#8969) 2019-03-22 15:23:12 +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:39 +02:00
docker-compose.centos-7.112.yaml Update to latest java releases (#9101) 2019-04-29 08:32:39 +02:00
docker-compose.centos-7.113.yaml Update to latest openjdk13 EA release 2019-03-30 20:29:41 +01:00
docker-compose.yaml support publishing snapshots from docker based ci (#8634) 2018-12-07 06:16:39 +01:00
docker-sync-compose.centos-6.18.yaml Update to latest java releases (#9101) 2019-04-29 08:32:39 +02:00
docker-sync.centos-6.18.yaml Add docker-sync config to step up docker-usage on macOS. (#8948) 2019-03-19 08:36:07 +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