diff --git a/docker/docker-compose.centos-6.openj9111.yaml b/docker/docker-compose.centos-6.openj9111.yaml new file mode 100644 index 0000000000..a7d08ddd51 --- /dev/null +++ b/docker/docker-compose.centos-6.openj9111.yaml @@ -0,0 +1,22 @@ +version: "3" + +services: + + runtime-setup: + image: netty:centos-6-openj9-1.11 + build: + args: + centos_version : "6" + java_version : "adopt-openj9@1.11.0-2" + + test: + image: netty:centos-6-openj9-1.11 + + test-leak: + image: netty:centos-6-openj9-1.11 + + test-boringssl-static: + image: netty:centos-6-openj9-1.11 + + shell: + image: netty:centos-6-openj9-1.11