Namespace
library
Image / Tag
swift:5.7.1-bionic-slim
Content Digest
sha256:2c717803bc511176468cf0c0691732280d514f67191bb060a9d17252b2c05868
Details
Created

2022-12-09 02:57:11 UTC

Size

130 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.7.1-release

SWIFT_PLATFORM

ubuntu18.04

SWIFT_SIGNING_KEY

A62AE125BBBFBB96A6E042EC925CC1CCED3D1561

SWIFT_VERSION

swift-5.7.1-RELEASE

SWIFT_WEBROOT

https://download.swift.org


Layers

[#000] sha256:fb668870d8a72b5d72a3b6d98ee626e00f9f7c29c6f4f7d3a63673d747dbffe7 - 19.55% (25.5 MB)

[#001] sha256:e57a8378ece3e6c382db4c26130733cbc866242db24e9d7b856485609b19c05d - 14.98% (19.5 MB)

[#002] sha256:d3494dff7c5958508d468bee695baa610154d956c4a646b61d4ff7985304f767 - 65.47% (85.3 MB)


History
2022-12-09 01:20:11 UTC

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

2022-12-09 01:20:12 UTC

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

2022-12-09 02:54:20 UTC

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

2022-12-09 02:54:20 UTC

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

2022-12-09 02:56:39 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-12-09 02:56:39 UTC

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

2022-12-09 02:56:39 UTC

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

2022-12-09 02:56:39 UTC

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

2022-12-09 02:56:39 UTC

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

2022-12-09 02:56:39 UTC

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

2022-12-09 02:56:39 UTC

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

2022-12-09 02:57:11 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