netty5/docker/docker-compose.centos-6.115.yaml
Norman Maurer ab56fb6f44
Update to latest java 8/11/15 versions (#10774)
Motivation:

There were new releases of java.

Modifications:

Update java versions so we use the latest on the CI

Result:

Use latest releases
2020-11-04 10:39:55 +01:00

25 lines
498 B
YAML

version: "3"
services:
runtime-setup:
image: netty:centos-6-1.15
build:
args:
centos_version : "6"
# use zulu and not adoptjdk for now as adoptjdk15 does not support centos6
# https://github.com/AdoptOpenJDK/openjdk-build/issues/2097
java_version : "zulu@1.15.0-1"
test:
image: netty:centos-6-1.15
test-leak:
image: netty:centos-6-1.15
test-boringssl-static:
image: netty:centos-6-1.15
shell:
image: netty:centos-6-1.15