Namespace
pingcap
Image / Tag
pd:v8.5.7
Content Digest
sha256:c388050b6c2585ca168b0bf70ed891396fefa7387a21b326d2d15a0d2b4a4637
Details
Created

2026-06-17 13:42:36 UTC

Size

266 MB

Content Digest
Labels
  • io.buildah.version
    1.41.4
  • license
    BSD-3-Clause
  • name
    rockylinux
  • net.pingcap.tibuild.git-sha
    6dce4a68e3e93b523657bd05cba89a86d64de117
  • net.pingcap.tibuild.new
    yes
  • org.opencontainers.image.authors
    Lukas Magauer, Neil Hanlon, Louis Abel
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.ref.name
    release-8.5
  • org.opencontainers.image.revision
    6dce4a68e3e93b523657bd05cba89a86d64de117
  • org.opencontainers.image.source
    https://github.com/tikv/pd.git
  • org.opencontainers.image.title
    pd
  • org.opencontainers.image.vendor
    Rocky Enterprise Software Foundation
  • org.opencontainers.image.version
    9
  • summary
    Rocky Linux Base image
  • vendor
    Rocky Enterprise Software Foundation
  • version
    9

Environment
PATH

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

container

oci


Layers

[#000] sha256:fbd79368ff93c28d9105a3ec9cd9115d1b812ea45ec4f82d1160c942a6da75be - 30.17% (80.3 MB)

[#001] sha256:6a86a7d8e9bd423381fa6ce5311f205a5eb6514cfc95089bd40c2bf27c70b107 - 0.28% (751 KB)

[#002] sha256:efa4527cccc8f2fabbd889a47c5186e7c1a5f0ecd77afa017ba5bf06cd47484f - 19.07% (50.7 MB)

[#003] sha256:44a6386ce6c84d3a468fbf479deef904230c66357d756810d0fcccd2f14c40bf - 0.0% (1.54 KB)

[#004] sha256:ac08c978b641916f55895605606b0b980928c7bca8c575fbfb0fd6d55c130327 - 5.11% (13.6 MB)

[#005] sha256:d04bb380a7b7533efe649116ccc48ffec9823eba3b50bf9775622dfe56cd20cf - 45.38% (121 MB)


History
2025-11-23 18:18:02 UTC

KIWI 10.2.33

2026-06-10 03:43:02 UTC (buildkit.dockerfile.v0)

COPY /bin/busybox /bin/busybox # buildkit

2026-06-10 03:44:19 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c _date=20260609 dnf upgrade -y && dnf clean all # buildkit

2026-06-10 03:44:20 UTC (buildkit.dockerfile.v0)

ARG PINGCAP_UID=1000

2026-06-10 03:44:20 UTC (buildkit.dockerfile.v0)

ARG PINGCAP_GID=2000

2026-06-10 03:44:20 UTC (buildkit.dockerfile.v0)

RUN |2 PINGCAP_UID=1000 PINGCAP_GID=2000 /bin/sh -c groupadd -g ${PINGCAP_GID} pingcap && useradd -u ${PINGCAP_UID} -g ${PINGCAP_GID} -m pingcap # buildkit

2026-06-10 03:59:30 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c dnf install bind-utils wget jq perl-interpreter -y && dnf clean all # buildkit

0001-01-01 00:00:00 UTC

COPY --chmod=755 pd-server pd-ctl pd-recover /

Details
Created

2026-06-17 13:45:28 UTC

Size

255 MB

Content Digest
Labels
  • io.buildah.version
    1.41.4
  • license
    BSD-3-Clause
  • name
    rockylinux
  • net.pingcap.tibuild.git-sha
    6dce4a68e3e93b523657bd05cba89a86d64de117
  • net.pingcap.tibuild.new
    yes
  • org.opencontainers.image.authors
    Lukas Magauer, Neil Hanlon, Louis Abel
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.ref.name
    release-8.5
  • org.opencontainers.image.revision
    6dce4a68e3e93b523657bd05cba89a86d64de117
  • org.opencontainers.image.source
    https://github.com/tikv/pd.git
  • org.opencontainers.image.title
    pd
  • org.opencontainers.image.vendor
    Rocky Enterprise Software Foundation
  • org.opencontainers.image.version
    9
  • summary
    Rocky Linux Base image
  • vendor
    Rocky Enterprise Software Foundation
  • version
    9

Environment
PATH

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

container

oci


Layers

[#000] sha256:f50e1479be6b697425007ff3c99049ed94d8d4fddb936f14e3bad9adc33a35f1 - 31.11% (79.4 MB)

[#001] sha256:a81a08721771e95dadc8d994bf11cc8b388db9d1ca13b3144e08f1a1d602ac2b - 0.3% (776 KB)

[#002] sha256:16eccae5fe509554b306e3ddcd3416da0dbd324098bde53382c0899b5292870b - 19.6% (50.1 MB)

[#003] sha256:4b99cdfe4b38aff0796a93e5a8f1ee1d3e0026e81648bb0eeaa61b9c8cb42725 - 0.0% (1.54 KB)

[#004] sha256:260b6d181cd61338a68c8de5bca7c40276603c9a78539d5eb3fe224dcb064be0 - 5.26% (13.4 MB)

[#005] sha256:2d4a222cf6b255922b5d3d84787ed2cc4e4bbaec90dd924590a21504d638260b - 43.73% (112 MB)


History
2025-11-23 18:17:55 UTC

KIWI 10.2.33

2026-06-10 03:45:43 UTC (buildkit.dockerfile.v0)

COPY /bin/busybox /bin/busybox # buildkit

2026-06-10 03:47:33 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c _date=20260609 dnf upgrade -y && dnf clean all # buildkit

2026-06-10 03:47:33 UTC (buildkit.dockerfile.v0)

ARG PINGCAP_UID=1000

2026-06-10 03:47:33 UTC (buildkit.dockerfile.v0)

ARG PINGCAP_GID=2000

2026-06-10 03:47:33 UTC (buildkit.dockerfile.v0)

RUN |2 PINGCAP_UID=1000 PINGCAP_GID=2000 /bin/sh -c groupadd -g ${PINGCAP_GID} pingcap && useradd -u ${PINGCAP_UID} -g ${PINGCAP_GID} -m pingcap # buildkit

2026-06-10 04:01:27 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c dnf install bind-utils wget jq perl-interpreter -y && dnf clean all # buildkit

0001-01-01 00:00:00 UTC

COPY --chmod=755 pd-server pd-ctl pd-recover /

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