Namespace
library
Image / Tag
swift:5.5.1
Content Digest
sha256:c8d396986a8fd816399565780f20653b0a9ed2826bd284f6aac228607a1ea20e
Details
Created

2021-10-28 23:43:16 UTC

Size

709 MB

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

Environment
PATH

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

SWIFT_BRANCH

swift-5.5.1-release

SWIFT_PLATFORM

ubuntu18.04

SWIFT_SIGNING_KEY

A62AE125BBBFBB96A6E042EC925CC1CCED3D1561

SWIFT_VERSION

swift-5.5.1-RELEASE

SWIFT_WEBROOT

https://download.swift.org


Layers

[#000] sha256:284055322776031bac33723839acb0db2d063a525ba4fa1fd268a831c7553b26 - 3.59% (25.5 MB)

[#001] sha256:35ca3050961fa8be260052315725d720e8ccb619c46ea8404fb899fae0d6a3a8 - 16.77% (119 MB)

[#002] sha256:cffdc07ba93279efa299d14194611bae4c442b4d5caa73d3b3d510cce5f969a9 - 79.64% (565 MB)

[#003] sha256:19f0cb9477c2b82a6dd4704503a685ba758d818ff67b1675c5e32c7fcc2fd0ee - 0.0% (229 Bytes)


History
2021-10-01 02:23:23 UTC

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

2021-10-01 02:23:24 UTC

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

2021-10-28 23:39:56 UTC

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

2021-10-28 23:39:57 UTC

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

2021-10-28 23:42:11 UTC

/bin/sh -c export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && apt-get -q install -y libatomic1 libcurl4 libxml2 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/*

2021-10-28 23:42:12 UTC

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

2021-10-28 23:42:12 UTC

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

2021-10-28 23:42:12 UTC

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

2021-10-28 23:42:13 UTC

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

2021-10-28 23:42:13 UTC

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

2021-10-28 23:42:13 UTC

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

2021-10-28 23:43:13 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

2021-10-28 23:43:16 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