Namespace
pingcap
Image / Tag
tikv:v8.5.7
Content Digest
sha256:0f89f2be401b3fc06ac96aebcc9f11daaab12a4b0ae89b877440db7e2ad795bf
Details
Created

2026-08-04 05:13:28 UTC

Size

795 MB

Content Digest
Labels
  • io.buildah.version
    1.43.1
  • license
    BSD-3-Clause
  • name
    rockylinux
  • net.pingcap.tibuild.git-sha
    3f446cfa9eb1d5c653031d261e185911495d0359
  • 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-20260804-v8.5.7
  • org.opencontainers.image.revision
    3f446cfa9eb1d5c653031d261e185911495d0359
  • 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.15% (80.7 MB)

[#001] sha256:6414db8eca9c497146382aaaf55eb3bdb3f11332e3c2a0ba23981a47bb77a684 - 0.09% (766 KB)

[#002] sha256:fede9b2976979ea5ba584579fcc3160508f6dbeae4b70193705e4e66ddae796e - 3.01% (23.9 MB)

[#003] sha256:7cb0805ec25a80415a399f0c93fa234710fc09de160fe70380a8a7efdab95026 - 0.36% (2.84 MB)

[#004] sha256:b1054b343a03550d9406b5406979739538573cf25dee0fb2b26ccff4c7fd46b1 - 86.39% (687 MB)


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

KIWI 10.2.44

2026-07-21 01:42:04 UTC (buildkit.dockerfile.v0)

COPY /bin/busybox /bin/busybox # buildkit

2026-07-21 01:42:24 UTC (buildkit.dockerfile.v0)

ARG _date=20260721

2026-07-21 01:42:24 UTC (buildkit.dockerfile.v0)

ARG PINGCAP_UID=1000

2026-07-21 01:42:24 UTC (buildkit.dockerfile.v0)

ARG PINGCAP_GID=2000

2026-07-21 01:42:24 UTC (buildkit.dockerfile.v0)

RUN |3 _date=20260721 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-07-21 01:47:42 UTC (buildkit.dockerfile.v0)

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

2026-07-21 01:47:42 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-04 05:56:25 UTC

Size

792 MB

Content Digest
Labels
  • io.buildah.version
    1.43.1
  • license
    BSD-3-Clause
  • name
    rockylinux
  • net.pingcap.tibuild.git-sha
    3f446cfa9eb1d5c653031d261e185911495d0359
  • 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-20260804-v8.5.7
  • org.opencontainers.image.revision
    3f446cfa9eb1d5c653031d261e185911495d0359
  • 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.08% (79.8 MB)

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

[#002] sha256:4a7efd3b3989002cb78f3efc246291325abaadebf9a2c1979fa2c08bc4ea77ac - 2.91% (23 MB)

[#003] sha256:6e5906c57f3c7abcb62d8bdd30e5c97612ddcc484b13054e35976d88e44eb184 - 0.35% (2.81 MB)

[#004] sha256:7ccb539d647eebddff3a0e58b981c74167728c4d2ff538645ed7f497216a1807 - 86.56% (685 MB)


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

KIWI 10.2.44

2026-07-21 01:42:48 UTC (buildkit.dockerfile.v0)

COPY /bin/busybox /bin/busybox # buildkit

2026-07-21 01:44:11 UTC (buildkit.dockerfile.v0)

ARG _date=20260721

2026-07-21 01:44:11 UTC (buildkit.dockerfile.v0)

ARG PINGCAP_UID=1000

2026-07-21 01:44:11 UTC (buildkit.dockerfile.v0)

ARG PINGCAP_GID=2000

2026-07-21 01:44:11 UTC (buildkit.dockerfile.v0)

RUN |3 _date=20260721 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-07-21 01:48:51 UTC (buildkit.dockerfile.v0)

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

2026-07-21 01:48:51 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