Namespace
pingcap
Image / Tag
tikv:v7.5.6-20251118-4a68dc5
Content Digest
sha256:757fb5b4465b7531219d6f5102ed5b1690a1b02d57d104200dba951241ccd77b
Details
Created

2025-11-18 11:31:41 UTC

Size

613 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
MALLOC_CONF

prof:true,prof_active:false

PATH

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

TZ

/etc/localtime

TZDIR

/usr/share/zoneinfo


Layers

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

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

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

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

[#004] sha256:f8beb59c1d10572becac1a4230d8f3f8e16419a1f772959702a3b7e14a753c44 - 0.56% (3.41 MB)

[#005] sha256:c28e52c7c26a8ba68368cbab76df7cbe88d99dd589d665c91e20940ed421139f - 79.29% (486 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 01:12:47 UTC (buildkit.dockerfile.v0)

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

2025-10-23 01:12:47 UTC (buildkit.dockerfile.v0)

ENV TZ=/etc/localtime TZDIR=/usr/share/zoneinfo

2025-11-18 11:31:41 UTC (buildkit.dockerfile.v0)

COPY tikv-server tikv-ctl / # buildkit

2025-11-18 11:31:41 UTC (buildkit.dockerfile.v0)

ENV MALLOC_CONF=prof:true,prof_active:false

2025-11-18 11:31:41 UTC (buildkit.dockerfile.v0)

EXPOSE map[20160/tcp:{}]

2025-11-18 11:31:41 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/tikv-server"]

Details
Created

2025-11-18 11:49:21 UTC

Size

610 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
MALLOC_CONF

prof:true,prof_active:false

PATH

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

TZ

/etc/localtime

TZDIR

/usr/share/zoneinfo


Layers

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

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

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

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

[#004] sha256:75d92553064799835db0abc8e16377c66f36629b69ecf10d514bf50e0a02d111 - 0.55% (3.36 MB)

[#005] sha256:33ed6f9088f650d00d737d93e7f19c14b35a4160f7e4d9df08e2f724ad8af635 - 79.41% (484 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 01:13:25 UTC (buildkit.dockerfile.v0)

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

2025-10-23 01:13:25 UTC (buildkit.dockerfile.v0)

ENV TZ=/etc/localtime TZDIR=/usr/share/zoneinfo

2025-11-18 11:49:21 UTC (buildkit.dockerfile.v0)

COPY tikv-server tikv-ctl / # buildkit

2025-11-18 11:49:21 UTC (buildkit.dockerfile.v0)

ENV MALLOC_CONF=prof:true,prof_active:false

2025-11-18 11:49:21 UTC (buildkit.dockerfile.v0)

EXPOSE map[20160/tcp:{}]

2025-11-18 11:49:21 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/tikv-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