diff --git a/docker/docker-compose.centos-6.113.yaml b/docker/docker-compose.centos-6.113.yaml new file mode 100644 index 0000000000..c8260673b5 --- /dev/null +++ b/docker/docker-compose.centos-6.113.yaml @@ -0,0 +1,22 @@ +version: "3" + +services: + + runtime-setup: + image: netty:centos-6-1.13 + build: + args: + centos_version : "6" + java_version : "openjdk@1.13.0-3" + + test: + image: netty:centos-6-1.13 + + test-leak: + image: netty:centos-6-1.13 + + test-boringssl-static: + image: netty:centos-6-1.13 + + shell: + image: netty:centos-6-1.13 diff --git a/docker/docker-compose.centos-7.113.yaml b/docker/docker-compose.centos-7.113.yaml new file mode 100644 index 0000000000..e49a045b1d --- /dev/null +++ b/docker/docker-compose.centos-7.113.yaml @@ -0,0 +1,22 @@ +version: "3" + +services: + + runtime-setup: + image: netty:centos-7-1.13 + build: + args: + centos_version : "7" + java_version : "openjdk@1.13.0-3" + + test: + image: netty:centos-7-1.13 + + test-leak: + image: netty:centos-7-1.13 + + test-boringssl-static: + image: netty:centos-7-1.13 + + shell: + image: netty:centos-7-1.13 diff --git a/pom.xml b/pom.xml index 3ae0c720a1..33e8602fd8 100644 --- a/pom.xml +++ b/pom.xml @@ -68,6 +68,28 @@ + + + java13 + + 13 + + + + + true + + 3.0.0-M1 + + 2.0.5.Final + + 1.7 + 1.7 + + true + + + java12