Namespace
library
Image / Tag
swift:5.4.1-amazonlinux2
Content Digest
sha256:ec4245c7e241832395c0cffb173072287d6fccd955f4e0dfc70df2b54eebfa48
Details
Created

2021-06-25 17:39:17 UTC

Size

802 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 - 7.36% (59.1 MB)

[#001] sha256:336e6c251388942add459a8dcf167cf14c7b39798f6d4ec9638409f144ad166e - 30.88% (248 MB)

[#002] sha256:fbf5b46dc7c912c3b2998a9f81b95e61f107fd28d78d194672b4ce1982fb3126 - 61.75% (495 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:37:44 UTC

/bin/sh -c yum -y install binutils gcc git glibc-static gzip libbsd libcurl libedit libicu libsqlite libstdc++-static libuuid libxml2 tar tzdata zlib-devel

2021-06-25 17:37:46 UTC

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

2021-06-25 17:37:46 UTC

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

2021-06-25 17:37:46 UTC

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

2021-06-25 17:37:47 UTC

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

2021-06-25 17:37:47 UTC

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

2021-06-25 17:37:47 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:39:14 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 && 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

2021-06-25 17:39:17 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