2022-12-09 02:56:25 UTC
690 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SWIFT_BRANCHswift-5.7.1-release
SWIFT_PLATFORMubuntu18.04
SWIFT_SIGNING_KEYA62AE125BBBFBB96A6E042EC925CC1CCED3D1561
SWIFT_VERSIONswift-5.7.1-RELEASE
SWIFT_WEBROOThttps://download.swift.org
[#000] sha256:fb668870d8a72b5d72a3b6d98ee626e00f9f7c29c6f4f7d3a63673d747dbffe7 - 3.69% (25.5 MB)
[#001] sha256:cea7e7f48123faf476214cf33619cc24af5cd265d0a0d95f0ff43a8e32d9a724 - 20.98% (145 MB)
[#002] sha256:677238b0b77d840d26ec24c449cdc8301f583dcbe187eff99ac89e6e2ec998c2 - 75.33% (520 MB)
[#003] sha256:01d6fa6dfad515a0a24c8f587237f111a781d27b26f6c9d4ca3ae9a57a3267cb - 0.0% (225 Bytes)
/bin/sh -c #(nop) ADD file:3c88cea17de40599dc8b8da90adc8439635066835e930f9573ec6cc856c5c096 in /
2022-12-09 01:20:12 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-12-09 02:54:20 UTC/bin/sh -c #(nop) LABEL maintainer=Swift Infrastructure <swift-infrastructure@forums.swift.org>
2022-12-09 02:54:20 UTC/bin/sh -c #(nop) LABEL Description=Docker Container for the Swift programming language
2022-12-09 02:55:34 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-12-09 02:55:35 UTC/bin/sh -c #(nop) ARG SWIFT_SIGNING_KEY=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561
2022-12-09 02:55:35 UTC/bin/sh -c #(nop) ARG SWIFT_PLATFORM=ubuntu18.04
2022-12-09 02:55:35 UTC/bin/sh -c #(nop) ARG SWIFT_BRANCH=swift-5.7.1-release
2022-12-09 02:55:35 UTC/bin/sh -c #(nop) ARG SWIFT_VERSION=swift-5.7.1-RELEASE
2022-12-09 02:55:35 UTC/bin/sh -c #(nop) ARG SWIFT_WEBROOT=https://download.swift.org
2022-12-09 02:55:35 UTC/bin/sh -c #(nop) ENV SWIFT_SIGNING_KEY=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561 SWIFT_PLATFORM=ubuntu18.04 SWIFT_BRANCH=swift-5.7.1-release SWIFT_VERSION=swift-5.7.1-RELEASE SWIFT_WEBROOT=https://download.swift.org
2022-12-09 02:56:18 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-12-09 02:56:25 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.