netty5/docker/docker-compose.centos-6.graalvm18.yaml
Norman Maurer 95b96126c3
Use Github workflows for CI (#10879)
Motivation:

We should just use GitHub Actions for the CI

Modifications:

- Adjust docker / docker compose files 
- Add different workflows and jobs to deploy and build the project

Result:

Don't depend on external CI services
2020-12-22 18:33:14 +01:00

22 lines
323 B
YAML

version: "3"
services:
runtime-setup:
image: netty:centos-6-1.8
build:
args:
java_version : "graalvm-ce-java8@20.1.0"
test:
image: netty:centos-6-1.8
test-leak:
image: netty:centos-6-1.8
test-boringssl-static:
image: netty:centos-6-1.8
shell:
image: netty:centos-6-1.8