Namespace
library
Image / Tag
swift:5.0-bionic-slim
Content Digest
sha256:8e9711877a5b4af0a76531e570b1a58ec96dab5891a8679cab94a647492d9fef
Details
Created

2022-02-02 08:38:25 UTC

Size

71.7 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.0.3-release

SWIFT_PLATFORM

ubuntu18.04

SWIFT_VERSION

swift-5.0.3-RELEASE


Layers

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

[#001] sha256:77eb5e71b70991af2dcc81397ab3e56e7d7d6674b39f4f0db059f6e2c5de4447 - 27.34% (19.6 MB)

[#002] sha256:3c505b4bb0e7ade3703ab48a91b49a1897c30b0194a18426c34781a96545a300 - 37.12% (26.6 MB)


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:36:51 UTC

/bin/sh -c export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && apt-get -q install -y libatomic1 libbsd0 libcurl4 libxml2 tzdata && rm -r /var/lib/apt/lists/*

2022-02-02 08:36:51 UTC

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

2022-02-02 08:36:51 UTC

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

2022-02-02 08:36:51 UTC

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

2022-02-02 08:36:52 UTC

/bin/sh -c #(nop) ENV SWIFT_PLATFORM=ubuntu18.04 SWIFT_BRANCH=swift-5.0.3-release SWIFT_VERSION=swift-5.0.3-RELEASE

2022-02-02 08:38:25 UTC

/bin/sh -c SWIFT_URL=https://download.swift.org/$SWIFT_BRANCH/$(echo "$SWIFT_PLATFORM" | tr -d .)/$SWIFT_VERSION/$SWIFT_VERSION-$SWIFT_PLATFORM.tar.gz && apt-get update && apt-get install -y curl gpg && curl -fSsL $SWIFT_URL -o swift.tar.gz && curl -fSsL $SWIFT_URL.sig -o swift.tar.gz.sig && export GNUPGHOME="$(mktemp -d)" && set -e; for key in A62AE125BBBFBB96A6E042EC925CC1CCED3D1561 ; do gpg --quiet --keyserver keyserver.ubuntu.com --recv-keys "$key"; done && gpg --batch --verify --quiet swift.tar.gz.sig swift.tar.gz && tar -xzf swift.tar.gz --directory / --strip-components=1 $SWIFT_VERSION-$SWIFT_PLATFORM/usr/lib/swift/linux && apt-get purge -y curl gpg && apt-get -y autoremove && rm -r /var/lib/apt/lists/* && rm -r "$GNUPGHOME" swift.tar.gz.sig swift.tar.gz && chmod -R o+r /usr/lib/swift

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