0c6f077c18
Motivation: We also need to run our tests while using boringssl-static to ensure everything works when using it. Beside this its sometimes useful to be able to just get a shell and so interactive work in the docker instance. Modifications: - Add configs for shell - Add configs for testing with boringssl-static - Ensure we not share .m2 when running tests Result: More complete docker setup.
20 lines
295 B
YAML
20 lines
295 B
YAML
version: "3"
|
|
|
|
services:
|
|
|
|
runtime-setup:
|
|
image: netty:centos-6-1.10
|
|
build:
|
|
args:
|
|
centos_version : "6"
|
|
java_version : "1.10-0"
|
|
|
|
test:
|
|
image: netty:centos-6-1.10
|
|
|
|
test-boringssl-static:
|
|
image: netty:centos-6-1.10
|
|
|
|
shell:
|
|
image: netty:centos-6-1.10
|