2021-04-29 22:52:41 UTC
200 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SWIFT_BRANCHswift-5.4-release
SWIFT_PLATFORMamazonlinux2
SWIFT_SIGNING_KEYA62AE125BBBFBB96A6E042EC925CC1CCED3D1561
SWIFT_VERSIONswift-5.4-RELEASE
SWIFT_WEBROOThttps://swift.org/builds/
[#000] sha256:3c2c91c7c4311eca863331479504040ee4f45fda9a610947b82886e7bbd5b737 - 29.51% (59.1 MB)
[#001] sha256:ebce6d4582d8086ea833287b08367689b7802893ca23320fcc0a55c327806f95 - 70.49% (141 MB)
/bin/sh -c #(nop) ADD file:47fcf0318dccec16b61a0d21a0f16c45b77dea5abf50ba6604f1ffadcb299d10 in /
2021-04-29 22:25:38 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-04-29 22:48:44 UTC/bin/sh -c #(nop) LABEL maintainer=Swift Infrastructure <swift-infrastructure@swift.org>
2021-04-29 22:48:44 UTC/bin/sh -c #(nop) LABEL description=Docker Container for the Swift programming language
2021-04-29 22:51:10 UTC/bin/sh -c #(nop) ARG SWIFT_SIGNING_KEY=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561
2021-04-29 22:51:10 UTC/bin/sh -c #(nop) ARG SWIFT_PLATFORM=amazonlinux2
2021-04-29 22:51:10 UTC/bin/sh -c #(nop) ARG SWIFT_BRANCH=swift-5.4-release
2021-04-29 22:51:11 UTC/bin/sh -c #(nop) ARG SWIFT_VERSION=swift-5.4-RELEASE
2021-04-29 22:51:11 UTC/bin/sh -c #(nop) ARG SWIFT_WEBROOT=https://swift.org/builds/
2021-04-29 22:51:11 UTC/bin/sh -c #(nop) ENV SWIFT_SIGNING_KEY=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561 SWIFT_PLATFORM=amazonlinux2 SWIFT_BRANCH=swift-5.4-release SWIFT_VERSION=swift-5.4-RELEASE SWIFT_WEBROOT=https://swift.org/builds/
2021-04-29 22:52: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 ha.pool.sks-keyservers.net --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.