a0ce45ac2f
Motivation: We should update the used java11 version when building via docker to the latest release Modifications: Update to 1.11.0-6 Result: Use latest java11 version
23 lines
348 B
YAML
23 lines
348 B
YAML
version: "3"
|
|
|
|
services:
|
|
|
|
runtime-setup:
|
|
image: netty:centos-7-1.11
|
|
build:
|
|
args:
|
|
centos_version : "7"
|
|
java_version : "adopt@1.11.0-6"
|
|
|
|
test:
|
|
image: netty:centos-7-1.11
|
|
|
|
test-leak:
|
|
image: netty:centos-7-1.11
|
|
|
|
test-boringssl-static:
|
|
image: netty:centos-7-1.11
|
|
|
|
shell:
|
|
image: netty:centos-7-1.11
|