Namespace
library
Image / Tag
swift:5.3-amazonlinux2-slim
Content Digest
sha256:685655bde2258327355ba273c885a1b975b04dac8c8a5d485f028dbb2ffaaa65
Details
Created

2024-06-05 01:51:49 UTC

Size

225 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.3.3-release

SWIFT_PLATFORM

amazonlinux2

SWIFT_SIGNING_KEY

A62AE125BBBFBB96A6E042EC925CC1CCED3D1561

SWIFT_VERSION

swift-5.3.3-RELEASE

SWIFT_WEBROOT

https://download.swift.org


Layers

[#000] sha256:8a0995d2bf38a3ce742d376865782dab667a8fd7d3ded687b5775794788440be - 26.6% (59.7 MB)

[#001] sha256:455e4b14dbef1521666c52602b61c0a00decde4cb90987799966ede2a539aa80 - 73.4% (165 MB)


History
2024-06-05 00:26:51 UTC

/bin/sh -c #(nop) COPY dir:0754eb292d5814ae413cf45230cbfcb3aa86721e44b9e74852126d7313389c72 in /

2024-06-05 00:26:51 UTC

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

2024-06-05 01:17:59 UTC

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

2024-06-05 01:17:59 UTC

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

2024-06-05 01:19:38 UTC

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

2024-06-05 01:19:38 UTC

/bin/sh -c #(nop) ARG SWIFT_PLATFORM=amazonlinux2

2024-06-05 01:51:15 UTC

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

2024-06-05 01:51:15 UTC

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

2024-06-05 01:51:15 UTC

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

2024-06-05 01:51:16 UTC

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

2024-06-05 01:51: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 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 && yum -y install tar gzip && tar -xzf swift.tar.gz --directory / --strip-components=1 $SWIFT_VERSION-$SWIFT_PLATFORM/usr/lib/swift/linux && chmod -R o+r /usr/lib/swift && rm -rf "$GNUPGHOME" swift.tar.gz.sig swift.tar.gz && yum autoremove -y tar gzip

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