Namespace
library
Image / Tag
swift:5.6.0-bionic-slim
Content Digest
sha256:157054a3b43547e6952c7dfc2609357b62b53d491b658640c429006852b1271b
Details
Created

2022-04-06 03:22:33 UTC

Size

126 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.6-release

SWIFT_PLATFORM

ubuntu18.04

SWIFT_SIGNING_KEY

A62AE125BBBFBB96A6E042EC925CC1CCED3D1561

SWIFT_VERSION

swift-5.6-RELEASE

SWIFT_WEBROOT

https://download.swift.org


Layers

[#000] sha256:08a6abff89437fab99b52abbefed82ea907f12845c30eeb94f6b93c69be93166 - 20.28% (25.5 MB)

[#001] sha256:e073721951d1cef32a7da42a3391ea6513ba17c08210708be765f236c45a9134 - 15.56% (19.5 MB)

[#002] sha256:e55125d63ed12397a5a6741da7adcc652f27020231b69bd337269a515b1f3d59 - 64.17% (80.6 MB)


History
2022-04-05 22:20:42 UTC

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

2022-04-05 22:20:43 UTC

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

2022-04-06 03:19:43 UTC

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

2022-04-06 03:19:43 UTC

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

2022-04-06 03:22:00 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/*

2022-04-06 03:22:01 UTC

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

2022-04-06 03:22:01 UTC

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

2022-04-06 03:22:01 UTC

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

2022-04-06 03:22:01 UTC

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

2022-04-06 03:22:01 UTC

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

2022-04-06 03:22:01 UTC

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

2022-04-06 03:22:33 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