Namespace
library
Image / Tag
swift:5.7.3-centos7
Content Digest
sha256:34a973f816a45866ba3d137bbd7687f6c4711da6718ff024718dca60bf5caaff
Details
Created

2023-01-19 18:30:35 UTC

Size

776 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
    20201113
  • org.label-schema.license
    GPLv2
  • org.label-schema.name
    CentOS Base Image
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vendor
    CentOS
  • org.opencontainers.image.created
    2020-11-13 00:00:00+00:00
  • org.opencontainers.image.licenses
    GPL-2.0-only
  • org.opencontainers.image.title
    CentOS Base Image
  • org.opencontainers.image.vendor
    CentOS

Environment
PATH

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

SWIFT_BRANCH

swift-5.7.3-release

SWIFT_PLATFORM

centos7

SWIFT_SIGNING_KEY

A62AE125BBBFBB96A6E042EC925CC1CCED3D1561

SWIFT_VERSION

swift-5.7.3-RELEASE

SWIFT_WEBROOT

https://download.swift.org


Layers

[#000] sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc - 9.35% (72.6 MB)

[#001] sha256:30cf153ce065ef54d83d11b3352a6545dfd22f9957115fb02b8bc021c67daada - 24.22% (188 MB)

[#002] sha256:3f65e7a10ed0a06abeb8a0152eedaf1e823e22aab9e7ed0fa711649a48de7974 - 0.0% (11.2 KB)

[#003] sha256:a5607b8db1e8549466d4035d5a9163af1a9dc68f8f662a5f7ae720a91a4de30e - 66.43% (515 MB)

[#004] sha256:01339e102ee35ea0f6d3a4b1383b8ea37a18f60220e75ed4aa7c51429f17e330 - 0.0% (230 Bytes)


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

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

2021-09-15 18:20:23 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=20201113 org.opencontainers.image.title=CentOS Base Image org.opencontainers.image.vendor=CentOS org.opencontainers.image.licenses=GPL-2.0-only org.opencontainers.image.created=2020-11-13 00:00:00+00:00

2021-09-15 18:20:23 UTC

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

2021-10-28 23:56:50 UTC

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

2021-10-28 23:56:50 UTC

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

2022-09-12 18:29:45 UTC

/bin/sh -c yum install shadow-utils.x86_64 -y binutils gcc git unzip glibc-static libbsd-devel libcurl-devel libedit libedit-devel libicu-devel libstdc++-static libxml2-devel pkg-config python3 sqlite zlib-devel

2022-09-12 18:29:47 UTC

/bin/sh -c sed -i -e 's/\*__block/\*__libc_block/g' /usr/include/unistd.h

2022-09-12 18:29:47 UTC

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

2022-09-12 18:29:47 UTC

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

2023-01-19 18:29:47 UTC

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

2023-01-19 18:29:47 UTC

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

2023-01-19 18:29:47 UTC

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

2023-01-19 18:29:48 UTC

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

2023-01-19 18:30:29 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

2023-01-19 18:30:35 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