Namespace
library
Image / Tag
swift:5.5-amazonlinux2
Content Digest
sha256:8de4debe834321168ec478c09f51c4de28ebdb0c8523995ccd014fc15ce96a8a
Details
Created

2022-02-10 06:26:51 UTC

Size

908 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.5.3-release

SWIFT_PLATFORM

amazonlinux2

SWIFT_SIGNING_KEY

A62AE125BBBFBB96A6E042EC925CC1CCED3D1561

SWIFT_VERSION

swift-5.5.3-RELEASE

SWIFT_WEBROOT

https://download.swift.org


Layers

[#000] sha256:69e49d0477d7418fa8148e4dd5ab6e7b541cf2bdf558ddd0198722553d8ecfb8 - 6.58% (59.8 MB)

[#001] sha256:00e28e27f03a6109c975b0e55af34f66861eaadea40498d5c8e87cea4faa4181 - 31.17% (283 MB)

[#002] sha256:9011ac10f4838af2f56304e6345119f42654d71fdea4ebd564bb99058bca09d4 - 62.25% (566 MB)

[#003] sha256:7788319704c1eb4a31812a12e6965e4d992ba0f977092fd7710203ff0e081c27 - 0.0% (202 Bytes)


History
2022-02-10 06:26:51 UTC (buildkit.dockerfile.v0)

COPY /rootfs/ / # buildkit

2022-02-10 06:26:51 UTC (buildkit.dockerfile.v0)

CMD ["/bin/bash"]

2022-02-10 06:26:51 UTC (buildkit.dockerfile.v0)

LABEL maintainer=Swift Infrastructure <swift-infrastructure@forums.swift.org>

2022-02-10 06:26:51 UTC (buildkit.dockerfile.v0)

LABEL description=Docker Container for the Swift programming language

2022-02-10 06:26:51 UTC (buildkit.dockerfile.v0)

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

2022-02-10 06:26:51 UTC (buildkit.dockerfile.v0)

ARG SWIFT_SIGNING_KEY=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561

2022-02-10 06:26:51 UTC (buildkit.dockerfile.v0)

ARG SWIFT_PLATFORM=amazonlinux2

2022-02-10 06:26:51 UTC (buildkit.dockerfile.v0)

ARG SWIFT_BRANCH=swift-5.5.3-release

2022-02-10 06:26:51 UTC (buildkit.dockerfile.v0)

ARG SWIFT_VERSION=swift-5.5.3-RELEASE

2022-02-10 06:26:51 UTC (buildkit.dockerfile.v0)

ARG SWIFT_WEBROOT=https://download.swift.org

2022-02-10 06:26:51 UTC (buildkit.dockerfile.v0)

ENV SWIFT_SIGNING_KEY=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561 SWIFT_PLATFORM=amazonlinux2 SWIFT_BRANCH=swift-5.5.3-release SWIFT_VERSION=swift-5.5.3-RELEASE SWIFT_WEBROOT=https://download.swift.org

2022-02-10 06:26:51 UTC (buildkit.dockerfile.v0)

RUN |5 SWIFT_SIGNING_KEY=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561 SWIFT_PLATFORM=amazonlinux2 SWIFT_BRANCH=swift-5.5.3-release SWIFT_VERSION=swift-5.5.3-RELEASE SWIFT_WEBROOT=https://download.swift.org /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 && 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 # buildkit

2022-02-10 06:26:51 UTC (buildkit.dockerfile.v0)

RUN |5 SWIFT_SIGNING_KEY=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561 SWIFT_PLATFORM=amazonlinux2 SWIFT_BRANCH=swift-5.5.3-release SWIFT_VERSION=swift-5.5.3-RELEASE SWIFT_WEBROOT=https://download.swift.org /bin/sh -c swift --version # buildkit

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