Namespace
library
Image / Tag
swift:5.4.1-amazonlinux2-slim
Content Digest
sha256:78f96dcc3147b3e9434b114f5f0a1291feac9be9f91dd13a8490189bc3c2a0ec
Details
Created

2021-06-25 17:40:52 UTC

Size

204 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

amazonlinux2

SWIFT_SIGNING_KEY

A62AE125BBBFBB96A6E042EC925CC1CCED3D1561

SWIFT_VERSION

swift-5.4.1-RELEASE

SWIFT_WEBROOT

https://swift.org/builds/


Layers

[#000] sha256:85ee02fe1a09b50ffaacc1e7482fdbb3e80c577256420503196fc549b9e4ef29 - 28.95% (59.1 MB)

[#001] sha256:00e605b875fb9ecba268da0f84254bf702e0bb182fdd15c5211ee9c480e852f9 - 71.05% (145 MB)


History
2021-06-25 17:19:49 UTC

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

2021-06-25 17:19:50 UTC

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

2021-06-25 17:37:15 UTC

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

2021-06-25 17:37:15 UTC

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

2021-06-25 17:39:26 UTC

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

2021-06-25 17:39:26 UTC

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

2021-06-25 17:39:26 UTC

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

2021-06-25 17:39:26 UTC

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

2021-06-25 17:39:27 UTC

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

2021-06-25 17:39:27 UTC

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

2021-06-25 17:40:52 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 ha.pool.sks-keyservers.net --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