2022-10-25 18:39:07 UTC
691 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SWIFT_BRANCHswift-5.7-release
SWIFT_PLATFORMubuntu18.04
SWIFT_SIGNING_KEYA62AE125BBBFBB96A6E042EC925CC1CCED3D1561
SWIFT_VERSIONswift-5.7-RELEASE
SWIFT_WEBROOThttps://download.swift.org
[#000] sha256:a404e54162968593b8d92b571f3cdd673e4c9eab5d9be28d7c494595c0aa6682 - 3.69% (25.5 MB)
[#001] sha256:dcb8b085a2d38125d9288389fe5522db4ead7f6f2542014bbaee95fc92d99115 - 20.95% (145 MB)
[#002] sha256:9c58f7a0b112f9fe5d4eb2250d8842eb4ccf800c37d1d3425917c1d2154a1f72 - 75.36% (521 MB)
[#003] sha256:e7c59c08e08948dedcd3ff73460d22bc540d764dcd24f7e2163a12ef62b926ac - 0.0% (230 Bytes)
/bin/sh -c #(nop) ADD file:fc5d658c47ede58827812b75a311353be776e41e2dd339b8906839527c9b5247 in /
2022-10-25 01:53:28 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-10-25 18:36:03 UTC/bin/sh -c #(nop) LABEL maintainer=Swift Infrastructure <swift-infrastructure@forums.swift.org>
2022-10-25 18:36:03 UTC/bin/sh -c #(nop) LABEL Description=Docker Container for the Swift programming language
2022-10-25 18:38:10 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/*
2022-10-25 18:38:11 UTC/bin/sh -c #(nop) ARG SWIFT_SIGNING_KEY=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561
2022-10-25 18:38:11 UTC/bin/sh -c #(nop) ARG SWIFT_PLATFORM=ubuntu18.04
2022-10-25 18:38:12 UTC/bin/sh -c #(nop) ARG SWIFT_BRANCH=swift-5.7-release
2022-10-25 18:38:12 UTC/bin/sh -c #(nop) ARG SWIFT_VERSION=swift-5.7-RELEASE
2022-10-25 18:38:12 UTC/bin/sh -c #(nop) ARG SWIFT_WEBROOT=https://download.swift.org
2022-10-25 18:38:12 UTC/bin/sh -c #(nop) ENV SWIFT_SIGNING_KEY=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561 SWIFT_PLATFORM=ubuntu18.04 SWIFT_BRANCH=swift-5.7-release SWIFT_VERSION=swift-5.7-RELEASE SWIFT_WEBROOT=https://download.swift.org
2022-10-25 18:39:00 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
2022-10-25 18:39:07 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.