Namespace
library
Image / Tag
swift:5.5.0-bionic-slim
Content Digest
sha256:e8e706b34654da827050a189fbe3bf21b092c1a7d15c19d4f963283ca057a9df
Details
Created

2021-10-01 03:48:12 UTC

Size

133 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.5-release

SWIFT_PLATFORM

ubuntu18.04

SWIFT_SIGNING_KEY

A62AE125BBBFBB96A6E042EC925CC1CCED3D1561

SWIFT_VERSION

swift-5.5-RELEASE

SWIFT_WEBROOT

https://swift.org/builds/


Layers

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

[#001] sha256:e297882adb1c309d83b005149fcc50cc5d98e515a2fea2de96a04ff09b31dacb - 14.66% (19.5 MB)

[#002] sha256:a4e84dcceec9c70b22b11edfe93b19dfba4e81ba83f861820a0dbedfc2b95984 - 66.23% (88.3 MB)


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-01 03:43:13 UTC

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

2021-10-01 03:43:13 UTC

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

2021-10-01 03:46:25 UTC

/bin/sh -c export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && apt-get -q install -y libatomic1 libcurl4 libxml2 tzdata && rm -r /var/lib/apt/lists/*

2021-10-01 03:46:25 UTC

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

2021-10-01 03:46:25 UTC

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

2021-10-01 03:46:25 UTC

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

2021-10-01 03:46:26 UTC

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

2021-10-01 03:46:26 UTC

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

2021-10-01 03:46:26 UTC

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

2021-10-01 03:48:12 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 gnupg && 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 $SWIFT_VERSION-$SWIFT_PLATFORM/usr/lib/swift/linux && chmod -R o+r /usr/lib/swift && rm -rf "$GNUPGHOME" swift.tar.gz.sig swift.tar.gz && apt-get purge --auto-remove -y curl gnupg

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