Namespace
library
Image / Tag
swift:5.3.1-amazonlinux2
Content Digest
sha256:50ca69785e2e0a10b634c260560b0be17083edb8c5d94d314e3194ca293f1be0
Details
Created

2020-11-16 19:55:57 UTC

Size

692 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.3.1-release

SWIFT_PLATFORM

amazonlinux2

SWIFT_SIGNING_KEY

A62AE125BBBFBB96A6E042EC925CC1CCED3D1561

SWIFT_VERSION

swift-5.3.1-RELEASE

SWIFT_WEBROOT

https://swift.org/builds/


Layers

[#000] sha256:37373184fe69e0fc20370c26317bf4c5b9b843c60b375563d4ee1c7766a89782 - 8.51% (58.9 MB)

[#001] sha256:df1f7f1482d89291419d313abf11456331f6d306986f3df6ad19b0d4fc14311f - 32.97% (228 MB)

[#002] sha256:be327ea82c09f32d876ed734e63b95b060333e1750dd531f05b5b7782e6e8bab - 58.52% (405 MB)


History
2020-07-31 22:19:45 UTC

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

2020-07-31 22:19:46 UTC

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

2020-07-31 22:36:52 UTC

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

2020-07-31 22:36:52 UTC

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

2020-08-11 19:31:10 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

2020-08-11 19:31:11 UTC

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

2020-08-11 19:31:11 UTC

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

2020-11-16 19:54:21 UTC

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

2020-11-16 19:54:28 UTC

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

2020-11-16 19:54:28 UTC

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

2020-11-16 19:54:28 UTC

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

2020-11-16 19:55:48 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

2020-11-16 19:55:57 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