Namespace
library
Image / Tag
swift:5.6.0-bionic
Content Digest
sha256:6af155195e5a65eca4570d91ba37e6da26639ee03ad289218a36df8cb2564f21
Details
Created

2022-04-06 03:21:46 UTC

Size

672 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 - 3.79% (25.5 MB)

[#001] sha256:cc128aef939e12f63c51bc3d1340c2dc58d555523914a5005257693f1c4edf13 - 21.53% (145 MB)

[#002] sha256:f6f8ed4d7dcc4abfd08cf0883208d8f30a8d59c91f5f09b9e3fd664beefd364d - 74.67% (502 MB)

[#003] sha256:9230ec535b9bb235e706512771f0aeb2a20bc2173348044573adbd9fa0654c34 - 0.0% (227 Bytes)


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:21:01 UTC

/bin/sh -c export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && apt-get -q install -y libatomic1 libcurl4-openssl-dev libxml2-dev 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-04-06 03:21:02 UTC

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

2022-04-06 03:21:02 UTC

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

2022-04-06 03:21:02 UTC

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

2022-04-06 03:21:02 UTC

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

2022-04-06 03:21:02 UTC

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

2022-04-06 03:21:02 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:21:41 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-04-06 03:21:46 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