Namespace
apache
Image / Tag
kvrocks:nightly-20251219-e51d2cc
Content Digest
sha256:2a0114ba12690746ab143b37dff8c05bad541f5f430979ef91c3deb75cd0103b
Details
Created

2025-12-19 03:53:15 UTC

Size

62.4 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2025-12-19T03:40:33.186Z
  • org.opencontainers.image.description
    Apache Kvrocks is a distributed key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol.
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.revision
    e51d2cc02c6d701bb4d8befa290c89d914e8dcbf
  • org.opencontainers.image.source
    https://github.com/apache/kvrocks
  • org.opencontainers.image.title
    kvrocks
  • org.opencontainers.image.url
    https://github.com/apache/kvrocks
  • org.opencontainers.image.version
    unstable

Environment
MALLOC_CONF

prof:true,prof_active:false,background_thread:true

PATH

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


Layers

[#000] sha256:ae4ce04d0e1ccb5db08fa441b79635de5590399fae652d10bd3379b231be0ead - 43.16% (26.9 MB)

[#001] sha256:16af8a540d2ec7082b5956c96e1cc19a72df15c191dabcdcd416ae822235a135 - 41.88% (26.1 MB)

[#002] sha256:95c34dbecb6f5e87cca8ee060e6067968f0785250584c0d500af1af37b2ae5a1 - 0.0% (1.11 KB)

[#003] sha256:d46dac3bc7933e23e0d78a90c5644d0e4e10a60a11394f5d3587debcc08b6638 - 0.0% (171 Bytes)

[#004] sha256:2c70c921f201bf6d1bec70e2c402d0bf73e0491efbaebb6a0402345f5cfde246 - 14.92% (9.31 MB)

[#005] sha256:f6b34e487bb1a72e100bb4e1b976c2122249a258f83ecff21ae5d10e330c9725 - 0.01% (9.21 KB)

[#006] sha256:f8747ae4b48b00f3e9bab9cc937ba29c23e031f7c927e9307ef5304e9512fc5b - 0.03% (17.1 KB)


History
2025-12-08 00:00:00 UTC (debuerreotype 0.16)

# debian.sh --arch 'amd64' out/ 'bookworm' '@1765152000'

2025-12-19 03:40:55 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get upgrade -y && apt-get -y install openssl ca-certificates redis-tools binutils && apt-get clean # buildkit

2025-12-19 03:40:55 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c groupadd --gid=999 -r kvrocks && useradd --uid=999 -r -g kvrocks kvrocks # buildkit

2025-12-19 03:40:55 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c mkdir /var/run/kvrocks /var/lib/kvrocks && chown -R kvrocks:kvrocks /var/run/kvrocks /var/lib/kvrocks # buildkit

2025-12-19 03:53:15 UTC (buildkit.dockerfile.v0)

USER 999

2025-12-19 03:53:15 UTC (buildkit.dockerfile.v0)

VOLUME [/var/lib/kvrocks]

2025-12-19 03:53:15 UTC (buildkit.dockerfile.v0)

COPY /kvrocks/build/kvrocks /bin/ # buildkit

2025-12-19 03:53:15 UTC (buildkit.dockerfile.v0)

HEALTHCHECK &{["CMD-SHELL" "redis-cli -p 6666 PING | grep -E '(PONG|NOAUTH)' || exit 1"] "30s" "3s" "30s" "0s" '\x03'}

2025-12-19 03:53:15 UTC (buildkit.dockerfile.v0)

COPY ./LICENSE ./NOTICE ./licenses /kvrocks/ # buildkit

2025-12-19 03:53:15 UTC (buildkit.dockerfile.v0)

COPY ./kvrocks.conf /var/lib/kvrocks/ # buildkit

2025-12-19 03:53:15 UTC (buildkit.dockerfile.v0)

ENV MALLOC_CONF=prof:true,prof_active:false,background_thread:true

2025-12-19 03:53:15 UTC (buildkit.dockerfile.v0)

EXPOSE [6666/tcp]

2025-12-19 03:53:15 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["kvrocks" "-c" "/var/lib/kvrocks/kvrocks.conf" "--dir" "/var/lib/kvrocks" "--pidfile" "/var/run/kvrocks/kvrocks.pid" "--bind" "0.0.0.0"]

Details
Created

2025-12-19 03:49:55 UTC

Size

62.3 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2025-12-19T03:40:34.907Z
  • org.opencontainers.image.description
    Apache Kvrocks is a distributed key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol.
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.revision
    e51d2cc02c6d701bb4d8befa290c89d914e8dcbf
  • org.opencontainers.image.source
    https://github.com/apache/kvrocks
  • org.opencontainers.image.title
    kvrocks
  • org.opencontainers.image.url
    https://github.com/apache/kvrocks
  • org.opencontainers.image.version
    unstable

Environment
MALLOC_CONF

prof:true,prof_active:false,background_thread:true

PATH

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


Layers

[#000] sha256:8a4a7306158c2bef7a131de3110e384f4822829cbcce20bc6b4ba32dd82a1d87 - 43.02% (26.8 MB)

[#001] sha256:fcd4d47215bf19accc943a2b3114115d4a439231d6262f871bc7620a8012ff74 - 42.53% (26.5 MB)

[#002] sha256:64e0c4e97e558b0bea2dd00ebd4d96d739834e5fd91324d00f84ff7b4469c725 - 0.0% (1.11 KB)

[#003] sha256:df01b095210b28628e185c6d181b9893bc930758a709d04385e1b390c1569bf7 - 0.0% (170 Bytes)

[#004] sha256:097e41b3bd5e3651c01b78ac589ef5517384a3e93efc42a58204499b0aa65361 - 14.41% (8.98 MB)

[#005] sha256:03608907d9ecd92cffe4e575335ac7e49d436f4b60bae37461ba0b78362a67cf - 0.01% (9.21 KB)

[#006] sha256:f647a6596ae72a79088b5903be99debe60cfeead87b250854a1aadae26502f5f - 0.03% (17.1 KB)


History
2025-12-08 00:00:00 UTC (debuerreotype 0.16)

# debian.sh --arch 'arm64' out/ 'bookworm' '@1765152000'

2025-12-19 03:41:07 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get upgrade -y && apt-get -y install openssl ca-certificates redis-tools binutils && apt-get clean # buildkit

2025-12-19 03:41:07 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c groupadd --gid=999 -r kvrocks && useradd --uid=999 -r -g kvrocks kvrocks # buildkit

2025-12-19 03:41:07 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c mkdir /var/run/kvrocks /var/lib/kvrocks && chown -R kvrocks:kvrocks /var/run/kvrocks /var/lib/kvrocks # buildkit

2025-12-19 03:49:55 UTC (buildkit.dockerfile.v0)

USER 999

2025-12-19 03:49:55 UTC (buildkit.dockerfile.v0)

VOLUME [/var/lib/kvrocks]

2025-12-19 03:49:55 UTC (buildkit.dockerfile.v0)

COPY /kvrocks/build/kvrocks /bin/ # buildkit

2025-12-19 03:49:55 UTC (buildkit.dockerfile.v0)

HEALTHCHECK &{["CMD-SHELL" "redis-cli -p 6666 PING | grep -E '(PONG|NOAUTH)' || exit 1"] "30s" "3s" "30s" "0s" '\x03'}

2025-12-19 03:49:55 UTC (buildkit.dockerfile.v0)

COPY ./LICENSE ./NOTICE ./licenses /kvrocks/ # buildkit

2025-12-19 03:49:55 UTC (buildkit.dockerfile.v0)

COPY ./kvrocks.conf /var/lib/kvrocks/ # buildkit

2025-12-19 03:49:55 UTC (buildkit.dockerfile.v0)

ENV MALLOC_CONF=prof:true,prof_active:false,background_thread:true

2025-12-19 03:49:55 UTC (buildkit.dockerfile.v0)

EXPOSE [6666/tcp]

2025-12-19 03:49:55 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["kvrocks" "-c" "/var/lib/kvrocks/kvrocks.conf" "--dir" "/var/lib/kvrocks" "--pidfile" "/var/run/kvrocks/kvrocks.pid" "--bind" "0.0.0.0"]

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