Namespace
library
Image / Tag
swift:5.2-centos8
Content Digest
sha256:a680729c4319e102717369d8767e325078dd324740aaca78f79ed41a1471a761
Details
Created

2021-10-29 00:27:04 UTC

Size

641 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.2.5-release

SWIFT_PLATFORM

centos8

SWIFT_SIGNING_KEY

A62AE125BBBFBB96A6E042EC925CC1CCED3D1561

SWIFT_VERSION

swift-5.2.5-RELEASE

SWIFT_WEBROOT

https://download.swift.org


Layers

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

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

[#002] sha256:671aa14f1982cc61139cee899e526a1003a6a3c9a1f8f2bc8601952041815ba1 - 25.16% (161 MB)

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

[#004] sha256:aec4dd98fd96d2ef9cf893bd10166740daeaee2da3d6105702feb190dccc5661 - 57.74% (370 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-29 00:17:26 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

2021-10-29 00:17:28 UTC

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

2021-10-29 00:17:28 UTC

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

2021-10-29 00:17:28 UTC

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

2021-10-29 00:26:30 UTC

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

2021-10-29 00:26:30 UTC

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

2021-10-29 00:26:30 UTC

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

2021-10-29 00:26:30 UTC

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

2021-10-29 00:26:59 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 && curl -fSsL https://swift.org/keys/release-key-swift-5.x.asc | gpg --import - && 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:27:04 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