diff --git a/docker/docker-compose.2204.58.yaml b/docker/docker-compose.2204.58.yaml index 2d3a300d8..89b410ae2 100644 --- a/docker/docker-compose.2204.58.yaml +++ b/docker/docker-compose.2204.58.yaml @@ -6,7 +6,8 @@ services: image: async-http-client:22.04-5.8 build: args: - base_image: "swiftlang/swift:nightly-5.8-jammy" + ubuntu_version: "jammy" + swift_version: "5.8" documentation-check: image: async-http-client:22.04-5.8 diff --git a/docker/docker-compose.2204.59.yaml b/docker/docker-compose.2204.59.yaml new file mode 100644 index 000000000..2c5a9e297 --- /dev/null +++ b/docker/docker-compose.2204.59.yaml @@ -0,0 +1,21 @@ +version: "3" + +services: + + runtime-setup: + image: async-http-client:22.04-5.9 + build: + args: + base_image: "swiftlang/swift:nightly-5.9-jammy" + + documentation-check: + image: async-http-client:22.04-5.9 + + test: + image: async-http-client:22.04-5.9 + environment: + - IMPORT_CHECK_ARG=--explicit-target-dependency-import-check error + #- SANITIZER_ARG=--sanitize=thread + + shell: + image: async-http-client:22.04-5.9