Namespace
pingcap
Image / Tag
tikv:v8.5.7-20260815-8c9643f
Content Digest
sha256:8c813116cfc6922ff85b394681407d12620272738dac63b4bd6d467981760b7d
Details
Created

2026-08-15 08:03:01 UTC

Size

798 MB

Content Digest
Labels
  • io.buildah.version
    1.43.1
  • license
    BSD-3-Clause
  • name
    rockylinux
  • net.pingcap.tibuild.git-sha
    8c9643f9d82438c45d2b592ca708534e664070b9
  • 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
    v8.5.7-20260815-8c9643f
  • org.opencontainers.image.revision
    8c9643f9d82438c45d2b592ca708534e664070b9
  • org.opencontainers.image.source
    https://github.com/tikv/tikv.git
  • org.opencontainers.image.title
    tikv
  • 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:bfa58b95103ab83196354f07280507eeec2632f6efae9508124df3e2e1613143 - 10.11% (80.7 MB)

[#001] sha256:0171124cd047703d8dc9e5e95fe27947cf1eba51f197288ece18deb5a18e723d - 0.09% (766 KB)

[#002] sha256:a563c0276cc94134848a65af77b25b4ad7079ea772c739bca4e1813a1728bca4 - 3.3% (26.4 MB)

[#003] sha256:ae7dcde0738c5c26336373ac2bff509b0bcd666c4c08c341fe68ac3003cdbd4f - 0.36% (2.88 MB)

[#004] sha256:e3f115418e65616e39fae7037c617127a013f992376ff31aecb1fe950daf197b - 86.13% (687 MB)


History
2026-05-25 20:19:05 UTC

KIWI 10.2.44

2026-08-05 10:19:43 UTC (buildkit.dockerfile.v0)

COPY /bin/busybox /bin/busybox # buildkit

2026-08-05 10:19:55 UTC (buildkit.dockerfile.v0)

ARG _date=20260805

2026-08-05 10:19:55 UTC (buildkit.dockerfile.v0)

ARG PINGCAP_UID=1000

2026-08-05 10:19:55 UTC (buildkit.dockerfile.v0)

ARG PINGCAP_GID=2000

2026-08-05 10:19:55 UTC (buildkit.dockerfile.v0)

RUN |3 _date=20260805 PINGCAP_UID=1000 PINGCAP_GID=2000 /bin/sh -c dnf upgrade -y && dnf clean all && groupadd -g ${PINGCAP_GID} pingcap && useradd -u ${PINGCAP_UID} -g ${PINGCAP_GID} -m pingcap # buildkit

2026-08-05 10:35:04 UTC (buildkit.dockerfile.v0)

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

2026-08-05 10:35:04 UTC (buildkit.dockerfile.v0)

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

0001-01-01 00:00:00 UTC

COPY --chmod=755 tikv-server tikv-ctl /

Details
Created

2026-08-15 08:15:16 UTC

Size

794 MB

Content Digest
Labels
  • io.buildah.version
    1.43.1
  • license
    BSD-3-Clause
  • name
    rockylinux
  • net.pingcap.tibuild.git-sha
    8c9643f9d82438c45d2b592ca708534e664070b9
  • 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
    v8.5.7-20260815-8c9643f
  • org.opencontainers.image.revision
    8c9643f9d82438c45d2b592ca708534e664070b9
  • org.opencontainers.image.source
    https://github.com/tikv/tikv.git
  • org.opencontainers.image.title
    tikv
  • 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:a571833bee8e7633b95af32f7fac820bf54235f7267ffd5b9575022d47af9b2d - 10.05% (79.8 MB)

[#001] sha256:36ad849e8a39bcc358156ffd60e6baa09ce49c28f19457067557705b7778d6e1 - 0.1% (794 KB)

[#002] sha256:9ac7464a356f6130c01f8b3c03297c1fba549edb59eab8f8e63102db6d8c75b9 - 3.19% (25.4 MB)

[#003] sha256:5524211296826e20998ce0742896ba0b52beff4465529c178d46c6624e5a76f1 - 0.36% (2.85 MB)

[#004] sha256:48ec6f367acef4757d934be909cb9901bc70486eb3ad3f7bc8577de82c4c73df - 86.29% (685 MB)


History
2026-05-25 20:14:01 UTC

KIWI 10.2.44

2026-08-05 10:20:13 UTC (buildkit.dockerfile.v0)

COPY /bin/busybox /bin/busybox # buildkit

2026-08-05 10:21:38 UTC (buildkit.dockerfile.v0)

ARG _date=20260805

2026-08-05 10:21:38 UTC (buildkit.dockerfile.v0)

ARG PINGCAP_UID=1000

2026-08-05 10:21:38 UTC (buildkit.dockerfile.v0)

ARG PINGCAP_GID=2000

2026-08-05 10:21:38 UTC (buildkit.dockerfile.v0)

RUN |3 _date=20260805 PINGCAP_UID=1000 PINGCAP_GID=2000 /bin/sh -c dnf upgrade -y && dnf clean all && groupadd -g ${PINGCAP_GID} pingcap && useradd -u ${PINGCAP_UID} -g ${PINGCAP_GID} -m pingcap # buildkit

2026-08-05 10:36:16 UTC (buildkit.dockerfile.v0)

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

2026-08-05 10:36:16 UTC (buildkit.dockerfile.v0)

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

0001-01-01 00:00:00 UTC

COPY --chmod=755 tikv-server tikv-ctl /

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