diff --git a/docker/docker-compose.2004.56.yaml b/docker/docker-compose.2004.56.yaml new file mode 100644 index 000000000..6d7b66e9e --- /dev/null +++ b/docker/docker-compose.2004.56.yaml @@ -0,0 +1,18 @@ +version: "3" + +services: + + runtime-setup: + image: async-http-client:20.04-5.6 + build: + args: + base_image: "swiftlang/swift:nightly-5.6-focal" + + + test: + image: async-http-client:20.04-5.6 + environment: [] + #- SANITIZER_ARG=--sanitize=thread + + shell: + image: async-http-client:20.04-5.6