netty5/docker/docker-compose.centos-7.113.yaml
Norman Maurer 4794182f85 Use adopt@1.13.0-0 when building with Java 13 (#9641)
Motivation:

We should use adaptjdk 13 and not oracle openjdk 13 when building with Java 13

Modifications:

Use adopt@1.13.0-0

Result:

More consistent java vendor usage
2019-10-09 15:11:36 +02:00

23 lines
348 B
YAML

version: "3"
services:
runtime-setup:
image: netty:centos-7-1.13
build:
args:
centos_version : "7"
java_version : "adopt@1.13.0-0"
test:
image: netty:centos-7-1.13
test-leak:
image: netty:centos-7-1.13
test-boringssl-static:
image: netty:centos-7-1.13
shell:
image: netty:centos-7-1.13