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
This commit is contained in:
Norman Maurer 2019-04-29 08:33:39 +02:00
parent aa0451d26d
commit 0a8a52a9f1

View File

@ -0,0 +1,22 @@
version: "3"
services:
runtime-setup:
image: netty:centos-6-1.8
build:
args:
centos_version : "6"
java_version : "graalvm@1.0.0-16"
test:
image: netty:centos-6-1.8
test-leak:
image: netty:centos-6-1.8
test-boringssl-static:
image: netty:centos-6-1.8
shell:
image: netty:centos-6-1.8