2022-02-05 06:39:46 UTC
881 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SWIFT_BRANCHswift-5.5.2-release
SWIFT_PLATFORMamazonlinux2
SWIFT_SIGNING_KEYA62AE125BBBFBB96A6E042EC925CC1CCED3D1561
SWIFT_VERSIONswift-5.5.2-RELEASE
SWIFT_WEBROOThttps://download.swift.org
[#000] sha256:f964900200fc1f8473ac70d9da14cde8bae251ffb4a8f4792e2bf9baf6aaac70 - 6.73% (59.4 MB)
[#001] sha256:7866129c754dddba6662031537e61cd336e395c80449420fcd5de4808426c574 - 29.1% (257 MB)
[#002] sha256:2d9e65bfa98adb721d9f48b5f30f9b3af3cd9212d6f8817b93a980b2e394694c - 64.17% (566 MB)
[#003] sha256:e8e8963dc0dcc0e7b3b0c18ed69c27a59e3c529ab539b1959ca641fba7bc9351 - 0.0% (227 Bytes)
/bin/sh -c #(nop) ADD file:871c80292a1347a65a30c9d2cd343d927528a61b8d89fd82f268d5f8ad4d2944 in /
2022-02-04 23:40:29 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2022-02-05 06:37:42 UTC/bin/sh -c #(nop) LABEL maintainer=Swift Infrastructure <swift-infrastructure@forums.swift.org>
2022-02-05 06:37:42 UTC/bin/sh -c #(nop) LABEL description=Docker Container for the Swift programming language
2022-02-05 06:38:12 UTC/bin/sh -c yum -y install binutils gcc git glibc-static gzip libbsd libcurl libedit libicu libsqlite libstdc++-static libuuid libxml2 tar tzdata zlib-devel
2022-02-05 06:38:14 UTC/bin/sh -c #(nop) ARG SWIFT_SIGNING_KEY=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561
2022-02-05 06:38:14 UTC/bin/sh -c #(nop) ARG SWIFT_PLATFORM=amazonlinux2
2022-02-05 06:38:14 UTC/bin/sh -c #(nop) ARG SWIFT_BRANCH=swift-5.5.2-release
2022-02-05 06:38:15 UTC/bin/sh -c #(nop) ARG SWIFT_VERSION=swift-5.5.2-RELEASE
2022-02-05 06:38:15 UTC/bin/sh -c #(nop) ARG SWIFT_WEBROOT=https://download.swift.org
2022-02-05 06:38:15 UTC/bin/sh -c #(nop) ENV SWIFT_SIGNING_KEY=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561 SWIFT_PLATFORM=amazonlinux2 SWIFT_BRANCH=swift-5.5.2-release SWIFT_VERSION=swift-5.5.2-RELEASE SWIFT_WEBROOT=https://download.swift.org
2022-02-05 06:39:41 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 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
2022-02-05 06:39:46 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.