Namespace
library
Image / Tag
swift:5.5-bionic
Content Digest
sha256:38d0a66eff0022c0513595f4f218ee679196a4baa6581635e09a4191ca68da0b
Details
Created

2023-06-02 00:04:33 UTC

Size

737 MB

Content Digest
Labels
  • Description
    Docker Container for the Swift programming language
  • maintainer
    Swift Infrastructure <swift-infrastructure@forums.swift.org>
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.version
    18.04

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

SWIFT_BRANCH

swift-5.5.3-release

SWIFT_PLATFORM

ubuntu18.04

SWIFT_SIGNING_KEY

A62AE125BBBFBB96A6E042EC925CC1CCED3D1561

SWIFT_VERSION

swift-5.5.3-RELEASE

SWIFT_WEBROOT

https://download.swift.org


Layers

[#000] sha256:41af1b5f0f51947706ae712999cf098bef968a7799e7cb4bb2268829e62a6ab3 - 3.46% (25.5 MB)

[#001] sha256:14b37447871a3044250f226efb6b05c09562619c00496831765d16514fda4157 - 19.67% (145 MB)

[#002] sha256:b097aa1f569f987059656f1ae1b1fdaf5de9ade0316fe39350faf32afb9ec1cd - 76.87% (566 MB)

[#003] sha256:57f37326e12edd2215eece5d90c08b702c3b7d2cc3f677ab5f935ec0361d9608 - 0.0% (229 Bytes)


History
2023-05-30 09:32:07 UTC

/bin/sh -c #(nop) ARG RELEASE

2023-05-30 09:32:07 UTC

/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH

2023-05-30 09:32:07 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2023-05-30 09:32:07 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=18.04

2023-05-30 09:32:09 UTC

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

2023-05-30 09:32:09 UTC

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

2023-06-01 23:53:37 UTC

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

2023-06-01 23:53:37 UTC

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

2023-06-02 00:03:41 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/*

2023-06-02 00:03:42 UTC

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

2023-06-02 00:03:42 UTC

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

2023-06-02 00:03:42 UTC

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

2023-06-02 00:03:42 UTC

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

2023-06-02 00:03:42 UTC

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

2023-06-02 00:03:42 UTC

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

2023-06-02 00:04:27 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

2023-06-02 00:04:33 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