netty5/docker/docker-compose.centos-6.115.yaml
Norman Maurer 1a708ac172
Also include one PR job that uses boringssl (#10886)
Motivation:

When validating PRs we should also at least run one job that uses boringssl

Modifications:

- Add job that uses boringssl
- Cleanup docker compose files
- Fix buffer leak in test

Result:

Also run with boringssl when PRs are validated
2020-12-23 19:11:04 +01:00

27 lines
535 B
YAML

version: "3"
services:
runtime-setup:
image: netty:centos-6-1.15
build:
args:
# 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"
build:
image: netty:centos-6-1.15
build-leak:
image: netty:centos-6-1.15
build-boringssl-static:
image: netty:centos-6-1.15
build-leak-boringssl-static:
image: netty:centos-6-1.15
shell:
image: netty:centos-6-1.15