Namespace
library
Image / Tag
swift:5.4.1-bionic
Content Digest
sha256:1c6d455a712fa5b59454b7239f71d493e36136311ab34f7c2ad1209cf8f12341
Details
Created

2021-06-18 03:21:54 UTC

Size

641 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.4.1-release

SWIFT_PLATFORM

ubuntu18.04

SWIFT_SIGNING_KEY

A62AE125BBBFBB96A6E042EC925CC1CCED3D1561

SWIFT_VERSION

swift-5.4.1-RELEASE

SWIFT_WEBROOT

https://swift.org/builds/


Layers

[#000] sha256:25fa05cd42bd8fabb25d2a6f3f8c9f7ab34637903d00fd2ed1c1d0fa980427dd - 3.97% (25.5 MB)

[#001] sha256:f29ccb0b0ca9ad495df4c6091589a7fb7df573e00b60f623d892cff3d2f1d37e - 18.55% (119 MB)

[#002] sha256:6ea4656a4acd65bf1864b1313f301b6e1a270e9f0156ff3de1dbadd98fd6f170 - 77.48% (497 MB)


History
2021-06-17 23:31:22 UTC

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

2021-06-17 23:31:22 UTC

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

2021-06-18 03:18:59 UTC

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

2021-06-18 03:19:00 UTC

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

2021-06-18 03:20:08 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/*

2021-06-18 03:20:08 UTC

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

2021-06-18 03:20:09 UTC

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

2021-06-18 03:20:09 UTC

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

2021-06-18 03:20:09 UTC

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

2021-06-18 03:20:09 UTC

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

2021-06-18 03:20:09 UTC

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

2021-06-18 03:21:49 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 ha.pool.sks-keyservers.net --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

2021-06-18 03:21:54 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