2023-01-02 19:54:41 UTC
690 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SWIFT_BRANCHswift-5.7.2-release
SWIFT_PLATFORMubuntu18.04
SWIFT_SIGNING_KEYA62AE125BBBFBB96A6E042EC925CC1CCED3D1561
SWIFT_VERSIONswift-5.7.2-RELEASE
SWIFT_WEBROOThttps://download.swift.org
[#000] sha256:a055bf07b5b05332897ea9a464c5e76a507fafe72fa21370d3fccaf07d55f360 - 3.69% (25.5 MB)
[#001] sha256:6d814cdd6210ccd20ccc9d8bb405b511bf147a586ec65007592f8539dbcd0c37 - 20.99% (145 MB)
[#002] sha256:bf058e08f756283f22fff21e2de22b8d87e4d003f50509c3818d4e47ab896489 - 75.32% (520 MB)
[#003] sha256:025122c2483cec1cb2daa3a38ca974bf815158638b0f7be86f834894793544f6 - 0.0% (226 Bytes)
/bin/sh -c #(nop) ADD file:132da97f77ddc534ddb931a461d83ac2aa601dd4481360c874eac33b6c3470d9 in /
2023-01-02 18:48:56 UTC/bin/sh -c #(nop) CMD ["bash"]
2023-01-02 19:53:03 UTC/bin/sh -c #(nop) LABEL maintainer=Swift Infrastructure <swift-infrastructure@forums.swift.org>
2023-01-02 19:53:03 UTC/bin/sh -c #(nop) LABEL Description=Docker Container for the Swift programming language
2023-01-02 19:53:48 UTC/bin/sh -c export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && apt-get -q install -y libatomic1 libcurl4-openssl-dev libxml2-dev libedit2 libsqlite3-0 libc6-dev binutils libgcc-5-dev libstdc++-5-dev zlib1g-dev libpython3.6 tzdata git unzip pkg-config && rm -r /var/lib/apt/lists/*
2023-01-02 19:53:49 UTC/bin/sh -c #(nop) ARG SWIFT_SIGNING_KEY=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561
2023-01-02 19:53:49 UTC/bin/sh -c #(nop) ARG SWIFT_PLATFORM=ubuntu18.04
2023-01-02 19:53:49 UTC/bin/sh -c #(nop) ARG SWIFT_BRANCH=swift-5.7.2-release
2023-01-02 19:53:49 UTC/bin/sh -c #(nop) ARG SWIFT_VERSION=swift-5.7.2-RELEASE
2023-01-02 19:53:49 UTC/bin/sh -c #(nop) ARG SWIFT_WEBROOT=https://download.swift.org
2023-01-02 19:53:49 UTC/bin/sh -c #(nop) ENV SWIFT_SIGNING_KEY=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561 SWIFT_PLATFORM=ubuntu18.04 SWIFT_BRANCH=swift-5.7.2-release SWIFT_VERSION=swift-5.7.2-RELEASE SWIFT_WEBROOT=https://download.swift.org
2023-01-02 19:54:34 UTC/bin/sh -c set -e; SWIFT_WEBDIR="$SWIFT_WEBROOT/$SWIFT_BRANCH/$(echo $SWIFT_PLATFORM | tr -d .)" && SWIFT_BIN_URL="$SWIFT_WEBDIR/$SWIFT_VERSION/$SWIFT_VERSION-$SWIFT_PLATFORM.tar.gz" && SWIFT_SIG_URL="$SWIFT_BIN_URL.sig" && export DEBIAN_FRONTEND=noninteractive && apt-get -q update && apt-get -q install -y curl && rm -rf /var/lib/apt/lists/* && export GNUPGHOME="$(mktemp -d)" && curl -fsSL "$SWIFT_BIN_URL" -o swift.tar.gz "$SWIFT_SIG_URL" -o swift.tar.gz.sig && gpg --batch --quiet --keyserver keyserver.ubuntu.com --recv-keys "$SWIFT_SIGNING_KEY" && gpg --batch --verify swift.tar.gz.sig swift.tar.gz && tar -xzf swift.tar.gz --directory / --strip-components=1 && chmod -R o+r /usr/lib/swift && rm -rf "$GNUPGHOME" swift.tar.gz.sig swift.tar.gz && apt-get purge --auto-remove -y curl
2023-01-02 19:54:41 UTC/bin/sh -c swift --version
Please be careful as this will not just delete the reference but also the actual content!
For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.