netty5/docker/docker-compose.centos-6.18.yaml
Norman Maurer a98293f084
Add workflow to cut releases (#11019)
Motivation:

Doing releases manually is error-prone, it would be better if we could do it via a workflow

Modification:

- Add workflow to cut releases
- Add related scripts

Result:

Be able to easily cut a release via a workflow
2021-02-11 21:35:36 +01:00

34 lines
518 B
YAML

version: "3"
services:
runtime-setup:
image: netty:centos-6-1.8
build:
args:
java_version : "adopt@1.8.0-272"
build:
image: netty:centos-6-1.8
build-leak:
image: netty:centos-6-1.8
build-boringssl-static:
image: netty:centos-6-1.8
build-leak-boringssl-static:
image: netty:centos-6-1.8
stage-snapshot:
image: netty:centos-6-1.8
stage-release:
image: netty:centos-6-1.8
deploy:
image: netty:centos-6-1.8
shell:
image: netty:centos-6-1.8