netty5/docker/docker-compose.centos-6.116.yaml
Norman Maurer 52dfe6c2c0
Fix java version for java16 (#11243)
Motivation:

When trying to compile with java16 we should use adopt@1.16*

Modifications:

- Use adopt@1.16.0-1-
- Upgrade to blockhoud 1.0.6 to be able to support java16

Result:

Use correct java version / flavor
2021-05-12 14:03:59 +02:00

25 lines
385 B
YAML

version: "3"
services:
runtime-setup:
image: netty:centos-6-1.16
build:
args:
java_version : "adopt@1.16.0-1"
build:
image: netty:centos-6-1.16
build-leak:
image: netty:centos-6-1.16
build-boringssl-static:
image: netty:centos-6-1.16
build-leak-boringssl-static:
image: netty:centos-6-1.16
shell:
image: netty:centos-6-1.16