Namespace
library
Image / Tag
swift:5.2.4-centos8
Content Digest
sha256:e3dec42c582312d43beeba430c7228d0906b3c26cedab9a4473fc778488039d8
Details
Created

2020-08-10 18:56:47 UTC

Size

600 MB

Content Digest
Labels
  • description
    Docker Container for the Swift programming language
  • maintainer
    Swift Infrastructure <swift-infrastructure@swift.org>
  • org.label-schema.build-date
    20200809
  • 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.2.4-release

SWIFT_PLATFORM

centos8

SWIFT_SIGNING_KEY

A62AE125BBBFBB96A6E042EC925CC1CCED3D1561

SWIFT_VERSION

swift-5.2.4-RELEASE

SWIFT_WEBROOT

https://swift.org/builds/


Layers

[#000] sha256:3c72a8ed68140139e483fe7368ae4d9651422749e91483557cbd5ecf99a96110 - 11.9% (71.4 MB)

[#001] sha256:74be07b5b1fe3516caf3f86f7cb63b4f42d7e7cf71c8572a9dba481f027eb68e - 2.94% (17.6 MB)

[#002] sha256:88eaaf8be27500e9a86ea15d5e4524c40c025b5ec263bd8a3ab0153be1d97e8f - 23.46% (141 MB)

[#003] sha256:e91d769a7e1b7ebb4a43595427e941717076a987d5d1636b978043d765b0184c - 0.0% (152 Bytes)

[#004] sha256:eaf914a7dd463c1064a360042a96a1c04abe50c9a1aa8aa4a4d625f678faa2af - 61.71% (370 MB)


History
2020-08-10 18:19:49 UTC

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

2020-08-10 18:19:49 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=20200809

2020-08-10 18:19:49 UTC

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

2020-08-10 18:54:53 UTC

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

2020-08-10 18:54:53 UTC

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

2020-08-10 18:54:58 UTC

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

2020-08-10 18:55:31 UTC

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

2020-08-10 18:55:33 UTC

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

2020-08-10 18:55:33 UTC

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

2020-08-10 18:55:33 UTC

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

2020-08-10 18:55:33 UTC

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

2020-08-10 18:55:33 UTC

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

2020-08-10 18:55:34 UTC

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

2020-08-10 18:55:34 UTC

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

2020-08-10 18:56:46 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-08-10 18:56:47 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