Namespace
library
Image / Tag
swift:5.4.2-amazonlinux2
Content Digest
sha256:6003a41e48753af46faec790adbcecbdbd34fff1207f761da50b65ddf684ba03
Details
Created

2021-09-09 00:39:37 UTC

Size

805 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.2-release

SWIFT_PLATFORM

amazonlinux2

SWIFT_SIGNING_KEY

A62AE125BBBFBB96A6E042EC925CC1CCED3D1561

SWIFT_VERSION

swift-5.4.2-RELEASE

SWIFT_WEBROOT

https://swift.org/builds/


Layers

[#000] sha256:6b2f67060278d4a8d68cf1aaaba33c5fb108ba15b0d65d3c64c74154adb59e37 - 7.35% (59.1 MB)

[#001] sha256:af6a379a0aae5704da973626bfd6571d4563e723230aef1c24e74abe407c9306 - 31.08% (250 MB)

[#002] sha256:3159eb4edf5e8d381c87812db179b0bc6fdf21bf68a573ea94f4e30f08d340c4 - 61.57% (495 MB)


History
2021-09-09 00:19:59 UTC

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

2021-09-09 00:20:00 UTC

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

2021-09-09 00:37:32 UTC

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

2021-09-09 00:37:32 UTC

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

2021-09-09 00:38:01 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-09-09 00:38:03 UTC

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

2021-09-09 00:38:03 UTC

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

2021-09-09 00:38:03 UTC

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

2021-09-09 00:38:03 UTC

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

2021-09-09 00:38:04 UTC

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

2021-09-09 00:38:04 UTC

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

2021-09-09 00:39:36 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-09-09 00:39:37 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