Skip to content

Commit 9394b31

Browse files
authored
Merge pull request #268 from apple/swift-5.5.3
Update Swift 5.5 Dockerfile to 5.5.3
2 parents 4e144a5 + 8662bd9 commit 9394b31

File tree

12 files changed

+26
-26
lines changed

12 files changed

+26
-26
lines changed

5.5/amazonlinux/2/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ RUN yum -y install \
2727
# uid Swift 5.x Release Signing Key <[email protected]
2828
ARG SWIFT_SIGNING_KEY=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561
2929
ARG SWIFT_PLATFORM=amazonlinux2
30-
ARG SWIFT_BRANCH=swift-5.5.2-release
31-
ARG SWIFT_VERSION=swift-5.5.2-RELEASE
30+
ARG SWIFT_BRANCH=swift-5.5.3-release
31+
ARG SWIFT_VERSION=swift-5.5.3-RELEASE
3232
ARG SWIFT_WEBROOT=https://download.swift.org
3333

3434
ENV SWIFT_SIGNING_KEY=$SWIFT_SIGNING_KEY \

5.5/amazonlinux/2/slim/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ LABEL description="Docker Container for the Swift programming language"
99
# uid Swift 5.x Release Signing Key <[email protected]
1010
ARG SWIFT_SIGNING_KEY=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561
1111
ARG SWIFT_PLATFORM=amazonlinux2
12-
ARG SWIFT_BRANCH=swift-5.5.2-release
13-
ARG SWIFT_VERSION=swift-5.5.2-RELEASE
12+
ARG SWIFT_BRANCH=swift-5.5.3-release
13+
ARG SWIFT_VERSION=swift-5.5.3-RELEASE
1414
ARG SWIFT_WEBROOT=https://download.swift.org
1515

1616
ENV SWIFT_SIGNING_KEY=$SWIFT_SIGNING_KEY \

5.5/centos/7/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ RUN sed -i -e 's/\*__block/\*__libc_block/g' /usr/include/unistd.h
2828
# uid Swift 5.x Release Signing Key <[email protected]
2929
ARG SWIFT_SIGNING_KEY=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561
3030
ARG SWIFT_PLATFORM=centos7
31-
ARG SWIFT_BRANCH=swift-5.5.2-release
32-
ARG SWIFT_VERSION=swift-5.5.2-RELEASE
31+
ARG SWIFT_BRANCH=swift-5.5.3-release
32+
ARG SWIFT_VERSION=swift-5.5.3-RELEASE
3333
ARG SWIFT_WEBROOT=https://download.swift.org
3434

3535
ENV SWIFT_SIGNING_KEY=$SWIFT_SIGNING_KEY \

5.5/centos/7/slim/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ LABEL description="Docker Container for the Swift programming language"
99
# uid Swift 5.x Release Signing Key <[email protected]
1010
ARG SWIFT_SIGNING_KEY=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561
1111
ARG SWIFT_PLATFORM=centos7
12-
ARG SWIFT_BRANCH=swift-5.5.2-release
13-
ARG SWIFT_VERSION=swift-5.5.2-RELEASE
12+
ARG SWIFT_BRANCH=swift-5.5.3-release
13+
ARG SWIFT_VERSION=swift-5.5.3-RELEASE
1414
ARG SWIFT_WEBROOT=https://download.swift.org
1515

1616
ENV SWIFT_SIGNING_KEY=$SWIFT_SIGNING_KEY \

5.5/centos/8/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM centos:8
1+
FROM quay.io/centos/centos:stream8
22
LABEL maintainer="Swift Infrastructure <[email protected]>"
33
LABEL description="Docker Container for the Swift programming language"
44

@@ -30,8 +30,8 @@ RUN ln -s /usr/bin/python3 /usr/bin/python
3030
# uid Swift 5.x Release Signing Key <[email protected]
3131
ARG SWIFT_SIGNING_KEY=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561
3232
ARG SWIFT_PLATFORM=centos8
33-
ARG SWIFT_BRANCH=swift-5.5.2-release
34-
ARG SWIFT_VERSION=swift-5.5.2-RELEASE
33+
ARG SWIFT_BRANCH=swift-5.5.3-release
34+
ARG SWIFT_VERSION=swift-5.5.3-RELEASE
3535
ARG SWIFT_WEBROOT=https://download.swift.org
3636

3737
ENV SWIFT_SIGNING_KEY=$SWIFT_SIGNING_KEY \

5.5/centos/8/slim/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM centos:8
1+
FROM quay.io/centos/centos:stream8
22
LABEL maintainer="Swift Infrastructure <[email protected]>"
33
LABEL description="Docker Container for the Swift programming language"
44

@@ -9,8 +9,8 @@ LABEL description="Docker Container for the Swift programming language"
99
# uid Swift 5.x Release Signing Key <[email protected]
1010
ARG SWIFT_SIGNING_KEY=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561
1111
ARG SWIFT_PLATFORM=centos8
12-
ARG SWIFT_BRANCH=swift-5.5.2-release
13-
ARG SWIFT_VERSION=swift-5.5.2-RELEASE
12+
ARG SWIFT_BRANCH=swift-5.5.3-release
13+
ARG SWIFT_VERSION=swift-5.5.3-RELEASE
1414
ARG SWIFT_WEBROOT=https://download.swift.org
1515

1616
ENV SWIFT_SIGNING_KEY=$SWIFT_SIGNING_KEY \

5.5/ubuntu/16.04/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && ap
2727
# uid Swift 5.x Release Signing Key <[email protected]
2828
ARG SWIFT_SIGNING_KEY=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561
2929
ARG SWIFT_PLATFORM=ubuntu16.04
30-
ARG SWIFT_BRANCH=swift-5.5.2-release
31-
ARG SWIFT_VERSION=swift-5.5.2-RELEASE
30+
ARG SWIFT_BRANCH=swift-5.5.3-release
31+
ARG SWIFT_VERSION=swift-5.5.3-RELEASE
3232
ARG SWIFT_WEBROOT=https://download.swift.org
3333

3434
ENV SWIFT_SIGNING_KEY=$SWIFT_SIGNING_KEY \

5.5/ubuntu/16.04/slim/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && ap
1717
# uid Swift 5.x Release Signing Key <[email protected]
1818
ARG SWIFT_SIGNING_KEY=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561
1919
ARG SWIFT_PLATFORM=ubuntu16.04
20-
ARG SWIFT_BRANCH=swift-5.5.2-release
21-
ARG SWIFT_VERSION=swift-5.5.2-RELEASE
20+
ARG SWIFT_BRANCH=swift-5.5.3-release
21+
ARG SWIFT_VERSION=swift-5.5.3-RELEASE
2222
ARG SWIFT_WEBROOT=https://download.swift.org
2323

2424
ENV SWIFT_SIGNING_KEY=$SWIFT_SIGNING_KEY \

5.5/ubuntu/18.04/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && ap
2727
# uid Swift 5.x Release Signing Key <[email protected]
2828
ARG SWIFT_SIGNING_KEY=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561
2929
ARG SWIFT_PLATFORM=ubuntu18.04
30-
ARG SWIFT_BRANCH=swift-5.5.2-release
31-
ARG SWIFT_VERSION=swift-5.5.2-RELEASE
30+
ARG SWIFT_BRANCH=swift-5.5.3-release
31+
ARG SWIFT_VERSION=swift-5.5.3-RELEASE
3232
ARG SWIFT_WEBROOT=https://download.swift.org
3333

3434
ENV SWIFT_SIGNING_KEY=$SWIFT_SIGNING_KEY \

5.5/ubuntu/18.04/slim/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && ap
1717
# uid Swift 5.x Release Signing Key <[email protected]
1818
ARG SWIFT_SIGNING_KEY=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561
1919
ARG SWIFT_PLATFORM=ubuntu18.04
20-
ARG SWIFT_BRANCH=swift-5.5.2-release
21-
ARG SWIFT_VERSION=swift-5.5.2-RELEASE
20+
ARG SWIFT_BRANCH=swift-5.5.3-release
21+
ARG SWIFT_VERSION=swift-5.5.3-RELEASE
2222
ARG SWIFT_WEBROOT=https://download.swift.org
2323

2424
ENV SWIFT_SIGNING_KEY=$SWIFT_SIGNING_KEY \

5.5/ubuntu/20.04/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && ap
2828
# uid Swift 5.x Release Signing Key <[email protected]
2929
ARG SWIFT_SIGNING_KEY=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561
3030
ARG SWIFT_PLATFORM=ubuntu20.04
31-
ARG SWIFT_BRANCH=swift-5.5.2-release
32-
ARG SWIFT_VERSION=swift-5.5.2-RELEASE
31+
ARG SWIFT_BRANCH=swift-5.5.3-release
32+
ARG SWIFT_VERSION=swift-5.5.3-RELEASE
3333
ARG SWIFT_WEBROOT=https://download.swift.org
3434

3535
ENV SWIFT_SIGNING_KEY=$SWIFT_SIGNING_KEY \

5.5/ubuntu/20.04/slim/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && ap
1616
# uid Swift 5.x Release Signing Key <[email protected]
1717
ARG SWIFT_SIGNING_KEY=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561
1818
ARG SWIFT_PLATFORM=ubuntu20.04
19-
ARG SWIFT_BRANCH=swift-5.5.2-release
20-
ARG SWIFT_VERSION=swift-5.5.2-RELEASE
19+
ARG SWIFT_BRANCH=swift-5.5.3-release
20+
ARG SWIFT_VERSION=swift-5.5.3-RELEASE
2121
ARG SWIFT_WEBROOT=https://download.swift.org
2222

2323
ENV SWIFT_SIGNING_KEY=$SWIFT_SIGNING_KEY \

0 commit comments

Comments
 (0)