70efd25801
Motivation: The first EA builds for Java12 are released so we should allow to run with these in our docker-compose setup. Modifications: Add docker-compose configs for Java12. Result: Be able to run easily with Java12 as well.
23 lines
348 B
YAML
23 lines
348 B
YAML
version: "3"
|
|
|
|
services:
|
|
|
|
runtime-setup:
|
|
image: netty:centos-6-1.12
|
|
build:
|
|
args:
|
|
centos_version : "6"
|
|
java_version : "openjdk@1.12.0"
|
|
|
|
test:
|
|
image: netty:centos-6-1.12
|
|
|
|
test-leak:
|
|
image: netty:centos-6-1.12
|
|
|
|
test-boringssl-static:
|
|
image: netty:centos-6-1.12
|
|
|
|
shell:
|
|
image: netty:centos-6-1.12
|