Namespace
library
Image / Tag
swift:5.5.2-bionic
Content Digest
sha256:2719bdc0c3e7d4c114448f56538b956286443acd7edb7406228517de8ac89d7f
Details
Created

2022-02-02 08:10:32 UTC

Size

711 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.2-release

SWIFT_PLATFORM

ubuntu18.04

SWIFT_SIGNING_KEY

A62AE125BBBFBB96A6E042EC925CC1CCED3D1561

SWIFT_VERSION

swift-5.5.2-RELEASE

SWIFT_WEBROOT

https://download.swift.org


Layers

[#000] sha256:68e7bb398b9ff421236990bfeaf5c1feab26c590eed93489e245375c23551e2a - 3.58% (25.5 MB)

[#001] sha256:440bea2f678b5db88289cc8a83971f8fe5a879f0ab407ece16678804c73e2cd1 - 16.73% (119 MB)

[#002] sha256:fcbcbff3cf34984da77ae53f396745143c1a1e18025c20413cce4c67888f33c4 - 79.68% (566 MB)

[#003] sha256:0c90809da0e1fccf6364160883a456c7f1c9fbd16bb2d86510db17990461300e - 0.0% (228 Bytes)


History
2022-02-02 02:14:36 UTC

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

2022-02-02 02:14:36 UTC

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

2022-02-02 08:07:39 UTC

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

2022-02-02 08:07:39 UTC

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

2022-02-02 08:09:02 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/*

2022-02-02 08:09:03 UTC

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

2022-02-02 08:09:03 UTC

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

2022-02-02 08:09:03 UTC

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

2022-02-02 08:09:03 UTC

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

2022-02-02 08:09:04 UTC

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

2022-02-02 08:09:04 UTC

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

2022-02-02 08:10:29 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

2022-02-02 08:10:32 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