Namespace
library
Image / Tag
swift:5.4-centos8
Content Digest
sha256:8f1d207544889605386e751954a4baf3966e049808281cd27c9de317811d9734
Details
Created

2021-10-29 00:07:05 UTC

Size

758 MB

Content Digest
Labels
  • description
    Docker Container for the Swift programming language
  • maintainer
    Swift Infrastructure <swift-infrastructure@forums.swift.org>
  • org.label-schema.build-date
    20210915
  • org.label-schema.license
    GPLv2
  • org.label-schema.name
    CentOS Base Image
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vendor
    CentOS

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

SWIFT_BRANCH

swift-5.4.3-release

SWIFT_PLATFORM

centos8

SWIFT_SIGNING_KEY

A62AE125BBBFBB96A6E042EC925CC1CCED3D1561

SWIFT_VERSION

swift-5.4.3-RELEASE

SWIFT_WEBROOT

https://download.swift.org


Layers

[#000] sha256:a1d0c75327776413fa0db9ed3adcdbadedc95a662eb1d360dad82bb913f8a1d1 - 10.51% (79.6 MB)

[#001] sha256:97208e04a9180f5341d539388dd884c661bf09323b947a392221c30229ec28a7 - 3.96% (30 MB)

[#002] sha256:f7629beffacfa694a1af432557a27777e423bf62282b768131e8764cec2a022c - 20.02% (152 MB)

[#003] sha256:eede727a34cb4c9334f78549c698159a07f8e12b11472a7f6121c6d654c042d2 - 0.0% (153 Bytes)

[#004] sha256:c239ec6ed8984ebc9c7f352ff6b176314c7463c06bee35261d3dc7eaf1b34ee3 - 65.52% (497 MB)


History
2021-09-15 18:20:04 UTC

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

2021-09-15 18:20:04 UTC

/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0 org.label-schema.name=CentOS Base Image org.label-schema.vendor=CentOS org.label-schema.license=GPLv2 org.label-schema.build-date=20210915

2021-09-15 18:20:05 UTC

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

2021-10-28 23:54:32 UTC

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

2021-10-28 23:54:33 UTC

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

2021-10-28 23:54:42 UTC

/bin/sh -c yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm

2021-10-28 23:55:12 UTC

/bin/sh -c yum install --enablerepo=powertools -y binutils gcc git glibc-static libbsd-devel libedit libedit-devel libicu-devel libstdc++-static pkg-config python3 sqlite zlib-devel

2021-10-28 23:55:13 UTC

/bin/sh -c ln -s /usr/bin/python3 /usr/bin/python

2021-10-28 23:55:13 UTC

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

2021-10-28 23:55:14 UTC

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

2021-10-29 00:06:16 UTC

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

2021-10-29 00:06:17 UTC

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

2021-10-29 00:06:17 UTC

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

2021-10-29 00:06:17 UTC

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

2021-10-29 00:07:00 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 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

2021-10-29 00:07:05 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