2021-06-18 03:33:19 UTC
614 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SWIFT_BRANCHswift-5.4.1-release
SWIFT_PLATFORMubuntu20.04
SWIFT_SIGNING_KEYA62AE125BBBFBB96A6E042EC925CC1CCED3D1561
SWIFT_VERSIONswift-5.4.1-RELEASE
SWIFT_WEBROOThttps://swift.org/builds/
[#000] sha256:c549ccf8d472c3bce9ce02e49c62b8f6cbc736ea2b8ba812a1ae9390c69d0b71 - 4.43% (27.2 MB)
[#001] sha256:2baf9d9d48c25b93e3b8f83f7afbf48fedd14b9d7a3faa4d02e9d626c20c29a0 - 14.71% (90.4 MB)
[#002] sha256:82758faadd28db5d13bb7ba21353e7f84315bad7d91b52d3f014bf4bc3842a52 - 80.85% (497 MB)
/bin/sh -c #(nop) ADD file:920cf788d1ba88f76c97e41e03e4dc2f3005b08d65b5e9da9dd1cbe20a74459b in /
2021-06-17 23:31:29 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-06-18 03:28:43 UTC/bin/sh -c #(nop) LABEL maintainer=Swift Infrastructure <swift-infrastructure@swift.org>
2021-06-18 03:28:43 UTC/bin/sh -c #(nop) LABEL description=Docker Container for the Swift programming language
2021-06-18 03:31:43 UTC/bin/sh -c export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && apt-get -q install -y binutils git gnupg2 libc6-dev libcurl4 libedit2 libgcc-9-dev libpython3.8 libsqlite3-0 libstdc++-9-dev libxml2 libz3-dev pkg-config tzdata zlib1g-dev && rm -r /var/lib/apt/lists/*
2021-06-18 03:31:44 UTC/bin/sh -c #(nop) ARG SWIFT_SIGNING_KEY=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561
2021-06-18 03:31:44 UTC/bin/sh -c #(nop) ARG SWIFT_PLATFORM=ubuntu20.04
2021-06-18 03:31:44 UTC/bin/sh -c #(nop) ARG SWIFT_BRANCH=swift-5.4.1-release
2021-06-18 03:31:45 UTC/bin/sh -c #(nop) ARG SWIFT_VERSION=swift-5.4.1-RELEASE
2021-06-18 03:31:45 UTC/bin/sh -c #(nop) ARG SWIFT_WEBROOT=https://swift.org/builds/
2021-06-18 03:31:45 UTC/bin/sh -c #(nop) ENV SWIFT_SIGNING_KEY=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561 SWIFT_PLATFORM=ubuntu20.04 SWIFT_BRANCH=swift-5.4.1-release SWIFT_VERSION=swift-5.4.1-RELEASE SWIFT_WEBROOT=https://swift.org/builds/
2021-06-18 03:33:16 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 ha.pool.sks-keyservers.net --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
2021-06-18 03:33:19 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.