Namespace
library
Image / Tag
swift:5.5.1-bionic-slim
Content Digest
sha256:9571c179854c16283b1a075f4268bc88b833be50e143a3fba180155ebdf7ffbc
Details
Created

2021-10-28 23:47:30 UTC

Size

133 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 - 19.11% (25.5 MB)

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

[#002] sha256:7376cd09dd8373b1c493d453b90c4058d7d74a98b903b007e16e1342b184d147 - 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-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:46:51 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-28 23:46:51 UTC

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

2021-10-28 23:46:51 UTC

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

2021-10-28 23:46:51 UTC

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

2021-10-28 23:46:52 UTC

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

2021-10-28 23:46:52 UTC

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

2021-10-28 23:46:52 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:47:30 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