Namespace
pingcap
Image / Tag
tikv:v8.5.4-20260515-b2ff5c6
Content Digest
sha256:eb675cee7c9b4c424aff768ad1e1798dafc9941917d4641617fd8bb6e6efc71e
Details
Created

2026-05-15 07:05:51 UTC

Size

723 MB

Content Digest
Labels
  • io.buildah.version
    1.41.4
  • license
    BSD-3-Clause
  • name
    rockylinux
  • org.opencontainers.image.authors
    Lukas Magauer, Neil Hanlon, Louis Abel
  • org.opencontainers.image.licenses
    BSD-3-Clause
  • org.opencontainers.image.source
    https://git.resf.org/sig_core/rocky-kiwi-descriptions/src/branch/r9
  • org.opencontainers.image.title
    rockylinux
  • 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
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

container

oci


Layers

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

[#001] sha256:161275de9ec03457698208929c74a9492a2d7646dbca136589aba7c4a42c3b82 - 0.1% (751 KB)

[#002] sha256:5f7242207545871655e1dd54d6357d9dc9aeb96bc832bd2ca4bdd6c0b0138609 - 4.89% (35.4 MB)

[#003] sha256:37b1d939a8c37f884f71754a97759c53c6192e4fc9c38e381acbc36473df3ca3 - 0.0% (1.53 KB)

[#004] sha256:427212c61f7db633dc9e9f25a0fb2fad59fc68b3e562efc4f565ed5218fc7620 - 0.43% (3.1 MB)

[#005] sha256:6f8f3765a1f42c7f7e68b63669a72b56cf0ce07acc25e75e74fc88941c46ac34 - 83.48% (604 MB)


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

KIWI 10.2.33

2026-04-02 12:10:35 UTC (buildkit.dockerfile.v0)

COPY /bin/busybox /bin/busybox # buildkit

2026-04-02 12:10:47 UTC (buildkit.dockerfile.v0)

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

2026-04-02 12:10:47 UTC (buildkit.dockerfile.v0)

ARG PINGCAP_UID=1000

2026-04-02 12:10:47 UTC (buildkit.dockerfile.v0)

ARG PINGCAP_GID=2000

2026-04-02 12:10:47 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-04-02 12:27:03 UTC (buildkit.dockerfile.v0)

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

2026-04-02 12:27:03 UTC (buildkit.dockerfile.v0)

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

2026-05-15 07:05:51 UTC (buildkit.dockerfile.v0)

COPY tikv-server tikv-ctl / # buildkit

2026-05-15 07:05:51 UTC (buildkit.dockerfile.v0)

ENV MALLOC_CONF=prof:true,prof_active:false

2026-05-15 07:05:51 UTC (buildkit.dockerfile.v0)

EXPOSE map[20160/tcp:{}]

2026-05-15 07:05:51 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/tikv-server"]

Details
Created

2026-05-15 07:04:17 UTC

Size

721 MB

Content Digest
Labels
  • io.buildah.version
    1.41.4
  • license
    BSD-3-Clause
  • name
    rockylinux
  • org.opencontainers.image.authors
    Lukas Magauer, Neil Hanlon, Louis Abel
  • org.opencontainers.image.licenses
    BSD-3-Clause
  • org.opencontainers.image.source
    https://git.resf.org/sig_core/rocky-kiwi-descriptions/src/branch/r9
  • org.opencontainers.image.title
    rockylinux
  • 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
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

container

oci


Layers

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

[#001] sha256:e213253780e6a8a4607f0c6142c5344db2ae1c2b62fd44e392687cf58f8cd82b - 0.11% (776 KB)

[#002] sha256:59cf01ba66a0176af85e0085cc31463914ea5fa995e41e9787aa73ed591d4bdd - 4.85% (34.9 MB)

[#003] sha256:da364651acaa82fd6ccaa76d89b04c092c8d776dc05a504e70efc52fa7d45688 - 0.0% (1.53 KB)

[#004] sha256:70cbd94ec7da228aa08de1bb100e78ff91482c34d9328d65ccfd8a724a26ef53 - 0.42% (3.06 MB)

[#005] sha256:896d68bf5e3b6666fe6547bf22fead8c4a44e42b12923b8c2e92cea8be73db1c - 83.6% (602 MB)


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

KIWI 10.2.33

2026-04-02 12:11:13 UTC (buildkit.dockerfile.v0)

COPY /bin/busybox /bin/busybox # buildkit

2026-04-02 12:12:47 UTC (buildkit.dockerfile.v0)

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

2026-04-02 12:12:47 UTC (buildkit.dockerfile.v0)

ARG PINGCAP_UID=1000

2026-04-02 12:12:47 UTC (buildkit.dockerfile.v0)

ARG PINGCAP_GID=2000

2026-04-02 12:12:47 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-04-02 12:28:18 UTC (buildkit.dockerfile.v0)

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

2026-04-02 12:28:18 UTC (buildkit.dockerfile.v0)

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

2026-05-15 07:04:17 UTC (buildkit.dockerfile.v0)

COPY tikv-server tikv-ctl / # buildkit

2026-05-15 07:04:17 UTC (buildkit.dockerfile.v0)

ENV MALLOC_CONF=prof:true,prof_active:false

2026-05-15 07:04:17 UTC (buildkit.dockerfile.v0)

EXPOSE map[20160/tcp:{}]

2026-05-15 07:04:17 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