2022-06-07 03:20:09 UTC
672 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SWIFT_BRANCHswift-5.6.1-release
SWIFT_PLATFORMubuntu18.04
SWIFT_SIGNING_KEYA62AE125BBBFBB96A6E042EC925CC1CCED3D1561
SWIFT_VERSIONswift-5.6.1-RELEASE
SWIFT_WEBROOThttps://download.swift.org
[#000] sha256:09db6f815738b9c8f25420c47e093f89abaabaa653f9678587b57e8f4400b5ff - 3.79% (25.5 MB)
[#001] sha256:90ee073ea97359fa18f28b942357e5af51455ec82460ceb3a2d006995b267369 - 21.54% (145 MB)
[#002] sha256:fa69c35f83054c59c19ba56bcb11d46e0fbd2ecd9d1ad789115ba87a91d48015 - 74.67% (502 MB)
[#003] sha256:9d1d26b0539369fec0fbeb841d8129aeab8dea1db63d7fbfe072f3ad93510e54 - 0.0% (228 Bytes)
/bin/sh -c #(nop) ADD file:40290d9a94ae76c35ab1f57178130ce1c5b976e34a91e77472ecf7e945ab64f9 in /
2022-06-06 22:21:05 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-06-07 03:18:23 UTC/bin/sh -c #(nop) LABEL maintainer=Swift Infrastructure <swift-infrastructure@forums.swift.org>
2022-06-07 03:18:23 UTC/bin/sh -c #(nop) LABEL Description=Docker Container for the Swift programming language
2022-06-07 03:19:24 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 pkg-config && rm -r /var/lib/apt/lists/*
2022-06-07 03:19:25 UTC/bin/sh -c #(nop) ARG SWIFT_SIGNING_KEY=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561
2022-06-07 03:19:25 UTC/bin/sh -c #(nop) ARG SWIFT_PLATFORM=ubuntu18.04
2022-06-07 03:19:25 UTC/bin/sh -c #(nop) ARG SWIFT_BRANCH=swift-5.6.1-release
2022-06-07 03:19:25 UTC/bin/sh -c #(nop) ARG SWIFT_VERSION=swift-5.6.1-RELEASE
2022-06-07 03:19:25 UTC/bin/sh -c #(nop) ARG SWIFT_WEBROOT=https://download.swift.org
2022-06-07 03:19:25 UTC/bin/sh -c #(nop) ENV SWIFT_SIGNING_KEY=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561 SWIFT_PLATFORM=ubuntu18.04 SWIFT_BRANCH=swift-5.6.1-release SWIFT_VERSION=swift-5.6.1-RELEASE SWIFT_WEBROOT=https://download.swift.org
2022-06-07 03:20:03 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-06-07 03:20:09 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.