Namespace
library
Image / Tag
swift:5.3.2-centos8
Content Digest
sha256:102ae4c07d36538b0a0897480b4201b972cd9cb6ad3aa311a4d5b87bb5e28094
Details
Created

2020-12-17 16:32:29 UTC

Size

641 MB

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

SWIFT_PLATFORM

centos8

SWIFT_SIGNING_KEY

A62AE125BBBFBB96A6E042EC925CC1CCED3D1561

SWIFT_VERSION

swift-5.3.2-RELEASE

SWIFT_WEBROOT

https://swift.org/builds/


Layers

[#000] sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 - 11.19% (71.7 MB)

[#001] sha256:49a09423bc819f142f3bec7c84a18a00d3549f9dfc8358c933c274d29cb2dacc - 2.9% (18.6 MB)

[#002] sha256:e086faef87c7ea0badb2ee6b39ae71f3f76236007c35f5be1fbe3732a38aca98 - 22.95% (147 MB)

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

[#004] sha256:97bd69f07c33ad7a8a34370173946d70c9cf63afdf20bb81c8793f7206564eca - 62.96% (403 MB)


History
2020-12-08 00:22:52 UTC

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

2020-12-08 00:22:52 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=20201204

2020-12-08 00:22:53 UTC

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

2020-12-08 00:59:20 UTC

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

2020-12-08 00:59:20 UTC

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

2020-12-17 16:30:14 UTC

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

2020-12-17 16:31:00 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 python2 sqlite zlib-devel

2020-12-17 16:31:02 UTC

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

2020-12-17 16:31:02 UTC

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

2020-12-17 16:31:02 UTC

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

2020-12-17 16:31:03 UTC

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

2020-12-17 16:31:03 UTC

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

2020-12-17 16:31:04 UTC

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

2020-12-17 16:31:04 UTC

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

2020-12-17 16:32:27 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-12-17 16:32:29 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