Namespace
library
Image / Tag
swift:5.4.2-focal
Content Digest
sha256:9ab5cdf9dca3e89a69351f5fe453b676d7b9f987a5644ce45426082b158eba1d
Details
Created

2021-08-31 05:27:47 UTC

Size

618 MB

Content Digest
Labels
  • description
    Docker Container for the Swift programming language
  • maintainer
    Swift Infrastructure <swift-infrastructure@swift.org>

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

SWIFT_BRANCH

swift-5.4.2-release

SWIFT_PLATFORM

ubuntu20.04

SWIFT_SIGNING_KEY

A62AE125BBBFBB96A6E042EC925CC1CCED3D1561

SWIFT_VERSION

swift-5.4.2-RELEASE

SWIFT_WEBROOT

https://swift.org/builds/


Layers

[#000] sha256:35807b77a593c1147d13dc926a91dcc3015616ff7307cc30442c5a8e07546283 - 4.41% (27.2 MB)

[#001] sha256:d274c8a4c55f55db8705da8467e5427c47c300d5525c57d186f6a7e063e918fb - 15.27% (94.4 MB)

[#002] sha256:1f44cc60bf1b429192a96eaa8469b13198c3c68a06269adcac8368ed168cc621 - 80.32% (497 MB)


History
2021-08-31 01:20:55 UTC

/bin/sh -c #(nop) ADD file:d2abf27fe2e8b0b5f4da68c018560c73e11c53098329246e3e6fe176698ef941 in /

2021-08-31 01:20:56 UTC

/bin/sh -c #(nop) CMD ["bash"]

2021-08-31 05:23:41 UTC

/bin/sh -c #(nop) LABEL maintainer=Swift Infrastructure <swift-infrastructure@swift.org>

2021-08-31 05:23:41 UTC

/bin/sh -c #(nop) LABEL description=Docker Container for the Swift programming language

2021-08-31 05:26:02 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-08-31 05:26:02 UTC

/bin/sh -c #(nop) ARG SWIFT_SIGNING_KEY=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561

2021-08-31 05:26:03 UTC

/bin/sh -c #(nop) ARG SWIFT_PLATFORM=ubuntu20.04

2021-08-31 05:26:03 UTC

/bin/sh -c #(nop) ARG SWIFT_BRANCH=swift-5.4.2-release

2021-08-31 05:26:03 UTC

/bin/sh -c #(nop) ARG SWIFT_VERSION=swift-5.4.2-RELEASE

2021-08-31 05:26:03 UTC

/bin/sh -c #(nop) ARG SWIFT_WEBROOT=https://swift.org/builds/

2021-08-31 05:26:03 UTC

/bin/sh -c #(nop) ENV SWIFT_SIGNING_KEY=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561 SWIFT_PLATFORM=ubuntu20.04 SWIFT_BRANCH=swift-5.4.2-release SWIFT_VERSION=swift-5.4.2-RELEASE SWIFT_WEBROOT=https://swift.org/builds/

2021-08-31 05:27:42 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-08-31 05:27:47 UTC

/bin/sh -c swift --version

Danger Zone
Delete Tag

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.

Delete