netty5/docker/docker-compose.centos-6.openj9111.yaml
Norman Maurer 1c21733fb9
Update Java versions (#10273)
Motivation:

We should use the latest patch release of each java version

Modifications:

Update versions

Result:

Use latest versions on CI
2020-05-12 08:48:54 +02:00

23 lines
390 B
YAML

version: "3"
services:
runtime-setup:
image: netty:centos-6-openj9-1.11
build:
args:
centos_version : "6"
java_version : "adopt-openj9@1.11.0-7"
test:
image: netty:centos-6-openj9-1.11
test-leak:
image: netty:centos-6-openj9-1.11
test-boringssl-static:
image: netty:centos-6-openj9-1.11
shell:
image: netty:centos-6-openj9-1.11