52dfe6c2c0
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
25 lines
385 B
YAML
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
|