34 lines
518 B
YAML
34 lines
518 B
YAML
version: "3"
|
|
|
|
services:
|
|
|
|
runtime-setup:
|
|
image: netty:centos-6-1.8
|
|
build:
|
|
args:
|
|
java_version : "adopt@1.8.0-292"
|
|
|
|
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
|