diff --git a/docker/docker-compose.centos-6.112.yaml b/docker/docker-compose.centos-6.112.yaml new file mode 100644 index 0000000000..86a97a5ce8 --- /dev/null +++ b/docker/docker-compose.centos-6.112.yaml @@ -0,0 +1,22 @@ +version: "3" + +services: + + runtime-setup: + image: netty:centos-6-1.12 + build: + args: + centos_version : "6" + java_version : "openjdk@1.12.0" + + test: + image: netty:centos-6-1.12 + + test-leak: + image: netty:centos-6-1.12 + + test-boringssl-static: + image: netty:centos-6-1.12 + + shell: + image: netty:centos-6-1.12 diff --git a/docker/docker-compose.centos-7.112.yaml b/docker/docker-compose.centos-7.112.yaml new file mode 100644 index 0000000000..627e8d34a0 --- /dev/null +++ b/docker/docker-compose.centos-7.112.yaml @@ -0,0 +1,22 @@ +version: "3" + +services: + + runtime-setup: + image: netty:centos-7-1.12 + build: + args: + centos_version : "7" + java_version : "openjdk@1.12.0" + + test: + image: netty:centos-7-1.12 + + test-leak: + image: netty:centos-7-1.12 + + test-boringssl-static: + image: netty:centos-7-1.12 + + shell: + image: netty:centos-7-1.12