Namespace
pingcap
Image / Tag
tidb:v8.5.0-20251119-e96f28c
Content Digest
sha256:c222a4325c36141371e0c29096ffb497e4bdf283d1952748eed952988bb4bda3
Details
Created

2025-11-19 15:55:55 UTC

Size

220 MB

Content Digest
Labels
  • io.buildah.version
    1.33.10
  • license
    BSD-3-Clause
  • name
    rockylinux
  • org.opencontainers.image.authors
    Magauer Lukas, Neil Hanlon, Louis Abel
  • org.opencontainers.image.license
    BSD-3-Clause
  • org.opencontainers.image.name
    rockylinux
  • org.opencontainers.image.url
    https://github.com/rocky-linux/rocky-toolbox-images
  • org.opencontainers.image.vendor
    Rocky Enterprise Software Foundation
  • org.opencontainers.image.version
    9
  • vendor
    Rocky Enterprise Software Foundation
  • version
    9

Environment
PATH

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


Layers

[#000] sha256:df687caa4c4fa4d83b9a7c523f49ff39bf2db48738a61474a5c46fc11064a28a - 36.2% (79.7 MB)

[#001] sha256:dd4fe5dad780cc12f7516f59d6dd4453ddba1b563e8984dd06cee45a8d84ed1b - 0.33% (743 KB)

[#002] sha256:3ee3ecc635b95f453b6a54f8eeb9c556eae3456b5cc0eff84a5337e9359b189c - 19.61% (43.2 MB)

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

[#004] sha256:a787f34a77e1b20480d589144b069b9aeecbbb64ac5f8b6a459b9eeff849e20c - 1.61% (3.55 MB)

[#005] sha256:428cc00ddf926f48f9db58f481ffb20a2126f3e9dd7ffaf68ffaada057ed86d3 - 42.26% (93 MB)


History
2024-11-18 19:47:13 UTC

KIWI 10.1.18

2025-10-23 00:54:46 UTC (buildkit.dockerfile.v0)

COPY /bin/busybox /bin/busybox # buildkit

2025-10-23 00:55:12 UTC (buildkit.dockerfile.v0)

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

2025-10-23 00:55:12 UTC (buildkit.dockerfile.v0)

ARG PINGCAP_UID=1000

2025-10-23 00:55:12 UTC (buildkit.dockerfile.v0)

ARG PINGCAP_GID=2000

2025-10-23 00:55:12 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

2025-10-23 00:58:50 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c dnf install --allowerasing -y curl wget && dnf clean all # buildkit

2025-11-19 15:55:55 UTC (buildkit.dockerfile.v0)

COPY --chmod=755 tidb-server /tidb-server # buildkit

2025-11-19 15:55:55 UTC (buildkit.dockerfile.v0)

EXPOSE [4000/tcp]

2025-11-19 15:55:55 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/tidb-server"]

Details
Created

2025-11-19 15:53:21 UTC

Size

215 MB

Content Digest
Labels
  • io.buildah.version
    1.33.10
  • license
    BSD-3-Clause
  • name
    rockylinux
  • org.opencontainers.image.authors
    Magauer Lukas, Neil Hanlon, Louis Abel
  • org.opencontainers.image.license
    BSD-3-Clause
  • org.opencontainers.image.name
    rockylinux
  • org.opencontainers.image.url
    https://github.com/rocky-linux/rocky-toolbox-images
  • org.opencontainers.image.vendor
    Rocky Enterprise Software Foundation
  • org.opencontainers.image.version
    9
  • vendor
    Rocky Enterprise Software Foundation
  • version
    9

Environment
PATH

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


Layers

[#000] sha256:936e53673c65bfb95d8fe38d8d54e0aedae756007410e74da6d4d15d573f705d - 36.6% (78.8 MB)

[#001] sha256:3fc3c3677efd78cd7df26c5637d9977e31c9c61604f79ac2fd7067220b68ce08 - 0.35% (771 KB)

[#002] sha256:6c1eae985cc9bfc7525ed9574ccd746c87ac43eef606dfba2823ca36e1e0658f - 19.81% (42.7 MB)

[#003] sha256:29ef7e4ecec7dd8e24d4751f018d4409e5e93ca84a924792bc72c5a75a65dd9a - 0.0% (1.54 KB)

[#004] sha256:03774bfb6c90cf3da29e0be855f4993bb584a2386817c2367485077065276f08 - 1.63% (3.5 MB)

[#005] sha256:acc6e3a439033c0ea4f7656cc4bcc3e25b2303c68f04207141d431552b8f063c - 41.61% (89.6 MB)


History
2024-11-18 20:28:35 UTC

KIWI 10.1.18

2025-10-23 00:55:39 UTC (buildkit.dockerfile.v0)

COPY /bin/busybox /bin/busybox # buildkit

2025-10-23 00:57:02 UTC (buildkit.dockerfile.v0)

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

2025-10-23 00:57:02 UTC (buildkit.dockerfile.v0)

ARG PINGCAP_UID=1000

2025-10-23 00:57:02 UTC (buildkit.dockerfile.v0)

ARG PINGCAP_GID=2000

2025-10-23 00:57:02 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

2025-10-23 00:59:29 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c dnf install --allowerasing -y curl wget && dnf clean all # buildkit

2025-11-19 15:53:21 UTC (buildkit.dockerfile.v0)

COPY --chmod=755 tidb-server /tidb-server # buildkit

2025-11-19 15:53:21 UTC (buildkit.dockerfile.v0)

EXPOSE [4000/tcp]

2025-11-19 15:53:21 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/tidb-server"]

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