We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 997094f commit e907a05Copy full SHA for e907a05
docker/docker-compose.al2.510.yaml
@@ -0,0 +1,21 @@
1
+version: "3"
2
+
3
+services:
4
5
+ runtime-setup:
6
+ image: swift-aws-lambda-events:al2-5.10
7
+ build:
8
+ args:
9
+ base_image: "swiftlang/swift:nightly-5.10-amazonlinux2"
10
11
+ soundness:
12
13
14
+ test:
15
16
17
+ test-samples:
18
19
20
+ shell:
21
docker/docker-compose.al2.59.yaml
@@ -6,7 +6,7 @@ services:
image: swift-aws-lambda-events:al2-5.9
build:
args:
- base_image: "swiftlang/swift:nightly-5.9-amazonlinux2"
+ swift_version: "5.9"
soundness:
0 commit comments