2021-12-03 21:30:44 UTC
263 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SWIFT_BRANCHswift-5.5.1-release
SWIFT_PLATFORMamazonlinux2
SWIFT_SIGNING_KEYA62AE125BBBFBB96A6E042EC925CC1CCED3D1561
SWIFT_VERSIONswift-5.5.1-RELEASE
SWIFT_WEBROOThttps://download.swift.org
[#000] sha256:8b8a142162d22658bdf0283afcd00a9dd216c6637943ffe5f2ba53c4e3da0bd9 - 22.5% (59.2 MB)
[#001] sha256:5881377a6d136861607ed4e5fd3a749c7b1a2bb200049bf6d1068b9565902481 - 77.5% (204 MB)
/bin/sh -c #(nop) ADD file:4eca58da351122eac20ffd87e3af2c0313089cb81650bdd4c2ef95a556fb842a in /
2021-12-02 23:20:04 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-12-03 21:28:06 UTC/bin/sh -c #(nop) LABEL maintainer=Swift Infrastructure <swift-infrastructure@forums.swift.org>
2021-12-03 21:28:07 UTC/bin/sh -c #(nop) LABEL description=Docker Container for the Swift programming language
2021-12-03 21:29:59 UTC/bin/sh -c #(nop) ARG SWIFT_SIGNING_KEY=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561
2021-12-03 21:29:59 UTC/bin/sh -c #(nop) ARG SWIFT_PLATFORM=amazonlinux2
2021-12-03 21:30:00 UTC/bin/sh -c #(nop) ARG SWIFT_BRANCH=swift-5.5.1-release
2021-12-03 21:30:00 UTC/bin/sh -c #(nop) ARG SWIFT_VERSION=swift-5.5.1-RELEASE
2021-12-03 21:30:00 UTC/bin/sh -c #(nop) ARG SWIFT_WEBROOT=https://download.swift.org
2021-12-03 21:30:00 UTC/bin/sh -c #(nop) ENV SWIFT_SIGNING_KEY=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561 SWIFT_PLATFORM=amazonlinux2 SWIFT_BRANCH=swift-5.5.1-release SWIFT_VERSION=swift-5.5.1-RELEASE SWIFT_WEBROOT=https://download.swift.org
2021-12-03 21:30:44 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 && yum -y install tar gzip && tar -xzf swift.tar.gz --directory / --strip-components=1 $SWIFT_VERSION-$SWIFT_PLATFORM/usr/lib/swift/linux && chmod -R o+r /usr/lib/swift && rm -rf "$GNUPGHOME" swift.tar.gz.sig swift.tar.gz && yum autoremove -y tar gzip
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.