Skip to content

Update Swift 5.5 Dockerfile to 5.5.3 #268

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 5.5/amazonlinux/2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ RUN yum -y install \
# uid Swift 5.x Release Signing Key <[email protected]
ARG SWIFT_SIGNING_KEY=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561
ARG SWIFT_PLATFORM=amazonlinux2
ARG SWIFT_BRANCH=swift-5.5.2-release
ARG SWIFT_VERSION=swift-5.5.2-RELEASE
ARG SWIFT_BRANCH=swift-5.5.3-release
ARG SWIFT_VERSION=swift-5.5.3-RELEASE
ARG SWIFT_WEBROOT=https://download.swift.org

ENV SWIFT_SIGNING_KEY=$SWIFT_SIGNING_KEY \
Expand Down
4 changes: 2 additions & 2 deletions 5.5/amazonlinux/2/slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ LABEL description="Docker Container for the Swift programming language"
# uid Swift 5.x Release Signing Key <[email protected]
ARG SWIFT_SIGNING_KEY=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561
ARG SWIFT_PLATFORM=amazonlinux2
ARG SWIFT_BRANCH=swift-5.5.2-release
ARG SWIFT_VERSION=swift-5.5.2-RELEASE
ARG SWIFT_BRANCH=swift-5.5.3-release
ARG SWIFT_VERSION=swift-5.5.3-RELEASE
ARG SWIFT_WEBROOT=https://download.swift.org

ENV SWIFT_SIGNING_KEY=$SWIFT_SIGNING_KEY \
Expand Down
4 changes: 2 additions & 2 deletions 5.5/centos/7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ RUN sed -i -e 's/\*__block/\*__libc_block/g' /usr/include/unistd.h
# uid Swift 5.x Release Signing Key <[email protected]
ARG SWIFT_SIGNING_KEY=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561
ARG SWIFT_PLATFORM=centos7
ARG SWIFT_BRANCH=swift-5.5.2-release
ARG SWIFT_VERSION=swift-5.5.2-RELEASE
ARG SWIFT_BRANCH=swift-5.5.3-release
ARG SWIFT_VERSION=swift-5.5.3-RELEASE
ARG SWIFT_WEBROOT=https://download.swift.org

ENV SWIFT_SIGNING_KEY=$SWIFT_SIGNING_KEY \
Expand Down
4 changes: 2 additions & 2 deletions 5.5/centos/7/slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ LABEL description="Docker Container for the Swift programming language"
# uid Swift 5.x Release Signing Key <[email protected]
ARG SWIFT_SIGNING_KEY=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561
ARG SWIFT_PLATFORM=centos7
ARG SWIFT_BRANCH=swift-5.5.2-release
ARG SWIFT_VERSION=swift-5.5.2-RELEASE
ARG SWIFT_BRANCH=swift-5.5.3-release
ARG SWIFT_VERSION=swift-5.5.3-RELEASE
ARG SWIFT_WEBROOT=https://download.swift.org

ENV SWIFT_SIGNING_KEY=$SWIFT_SIGNING_KEY \
Expand Down
6 changes: 3 additions & 3 deletions 5.5/centos/8/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM centos:8
FROM quay.io/centos/centos:stream8
LABEL maintainer="Swift Infrastructure <[email protected]>"
LABEL description="Docker Container for the Swift programming language"

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

ENV SWIFT_SIGNING_KEY=$SWIFT_SIGNING_KEY \
Expand Down
6 changes: 3 additions & 3 deletions 5.5/centos/8/slim/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM centos:8
FROM quay.io/centos/centos:stream8
LABEL maintainer="Swift Infrastructure <[email protected]>"
LABEL description="Docker Container for the Swift programming language"

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

ENV SWIFT_SIGNING_KEY=$SWIFT_SIGNING_KEY \
Expand Down
4 changes: 2 additions & 2 deletions 5.5/ubuntu/16.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && ap
# uid Swift 5.x Release Signing Key <[email protected]
ARG SWIFT_SIGNING_KEY=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561
ARG SWIFT_PLATFORM=ubuntu16.04
ARG SWIFT_BRANCH=swift-5.5.2-release
ARG SWIFT_VERSION=swift-5.5.2-RELEASE
ARG SWIFT_BRANCH=swift-5.5.3-release
ARG SWIFT_VERSION=swift-5.5.3-RELEASE
ARG SWIFT_WEBROOT=https://download.swift.org

ENV SWIFT_SIGNING_KEY=$SWIFT_SIGNING_KEY \
Expand Down
4 changes: 2 additions & 2 deletions 5.5/ubuntu/16.04/slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && ap
# uid Swift 5.x Release Signing Key <[email protected]
ARG SWIFT_SIGNING_KEY=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561
ARG SWIFT_PLATFORM=ubuntu16.04
ARG SWIFT_BRANCH=swift-5.5.2-release
ARG SWIFT_VERSION=swift-5.5.2-RELEASE
ARG SWIFT_BRANCH=swift-5.5.3-release
ARG SWIFT_VERSION=swift-5.5.3-RELEASE
ARG SWIFT_WEBROOT=https://download.swift.org

ENV SWIFT_SIGNING_KEY=$SWIFT_SIGNING_KEY \
Expand Down
4 changes: 2 additions & 2 deletions 5.5/ubuntu/18.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && ap
# uid Swift 5.x Release Signing Key <[email protected]
ARG SWIFT_SIGNING_KEY=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561
ARG SWIFT_PLATFORM=ubuntu18.04
ARG SWIFT_BRANCH=swift-5.5.2-release
ARG SWIFT_VERSION=swift-5.5.2-RELEASE
ARG SWIFT_BRANCH=swift-5.5.3-release
ARG SWIFT_VERSION=swift-5.5.3-RELEASE
ARG SWIFT_WEBROOT=https://download.swift.org

ENV SWIFT_SIGNING_KEY=$SWIFT_SIGNING_KEY \
Expand Down
4 changes: 2 additions & 2 deletions 5.5/ubuntu/18.04/slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && ap
# uid Swift 5.x Release Signing Key <[email protected]
ARG SWIFT_SIGNING_KEY=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561
ARG SWIFT_PLATFORM=ubuntu18.04
ARG SWIFT_BRANCH=swift-5.5.2-release
ARG SWIFT_VERSION=swift-5.5.2-RELEASE
ARG SWIFT_BRANCH=swift-5.5.3-release
ARG SWIFT_VERSION=swift-5.5.3-RELEASE
ARG SWIFT_WEBROOT=https://download.swift.org

ENV SWIFT_SIGNING_KEY=$SWIFT_SIGNING_KEY \
Expand Down
4 changes: 2 additions & 2 deletions 5.5/ubuntu/20.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && ap
# uid Swift 5.x Release Signing Key <[email protected]
ARG SWIFT_SIGNING_KEY=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561
ARG SWIFT_PLATFORM=ubuntu20.04
ARG SWIFT_BRANCH=swift-5.5.2-release
ARG SWIFT_VERSION=swift-5.5.2-RELEASE
ARG SWIFT_BRANCH=swift-5.5.3-release
ARG SWIFT_VERSION=swift-5.5.3-RELEASE
ARG SWIFT_WEBROOT=https://download.swift.org

ENV SWIFT_SIGNING_KEY=$SWIFT_SIGNING_KEY \
Expand Down
4 changes: 2 additions & 2 deletions 5.5/ubuntu/20.04/slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && ap
# uid Swift 5.x Release Signing Key <[email protected]
ARG SWIFT_SIGNING_KEY=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561
ARG SWIFT_PLATFORM=ubuntu20.04
ARG SWIFT_BRANCH=swift-5.5.2-release
ARG SWIFT_VERSION=swift-5.5.2-RELEASE
ARG SWIFT_BRANCH=swift-5.5.3-release
ARG SWIFT_VERSION=swift-5.5.3-RELEASE
ARG SWIFT_WEBROOT=https://download.swift.org

ENV SWIFT_SIGNING_KEY=$SWIFT_SIGNING_KEY \
Expand Down