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 2bc97b0 commit e63be9eCopy full SHA for e63be9e
docker/docker-compose.2004.56.yaml
@@ -0,0 +1,18 @@
1
+version: "3"
2
+
3
+services:
4
5
+ runtime-setup:
6
+ image: swift-service-lifecycle:20.04-5.6
7
+ build:
8
+ args:
9
+ ubuntu_version: "focal"
10
+ swift_version: "5.6"
11
12
+ test:
13
14
+ environment:
15
+ - SKIP_SIGNAL_TEST=true
16
17
+ shell:
18
docker/docker-compose.2004.57.yaml
@@ -0,0 +1,17 @@
+ image: swift-service-lifecycle:20.04-5.7
+ base_image: "swiftlang/swift:nightly-main-focal"
0 commit comments