Namespace
apache
Image / Tag
kvrocks:nightly-20250927-c542956
Content Digest
sha256:3da6fe5af6d80c3ac3cf5f7f3c95ce15badddec132f2239fd1d65aaa8722c64b
Details
Created

2025-09-27 05:14:18 UTC

Size

62.3 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2025-09-27T04:58:58.832Z
  • 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
    c5429564a8d0dd20187ea3bf495fd3be27fcca4d
  • 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:d107e437f7299a0db6425d4e37f44fa779f7917ecc8daf1e87128ee91b9ed3d3 - 43.23% (26.9 MB)

[#001] sha256:4f2b3d37fdae0cc2e62a3679c533fe5ed1d5c0f90183b137c7617c93aa6a25e8 - 41.92% (26.1 MB)

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

[#003] sha256:abba2627fbc94cfc17515837873f06054dc430ba44b73296de85d7c61905afcd - 0.0% (169 Bytes)

[#004] sha256:889152639924bfcf36e970c13731c65961a94c5f28e9cb7efc5112013da82e89 - 14.81% (9.22 MB)

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

[#006] sha256:80266835e556f74cc0fdea47e6230f4a0a25a6d338697c5f45f6086465e1c12a - 0.03% (16.8 KB)


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

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

2025-09-27 04:59:22 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-09-27 04:59:22 UTC (buildkit.dockerfile.v0)

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

2025-09-27 04:59:22 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-09-27 05:14:18 UTC (buildkit.dockerfile.v0)

USER 999

2025-09-27 05:14:18 UTC (buildkit.dockerfile.v0)

VOLUME [/var/lib/kvrocks]

2025-09-27 05:14:18 UTC (buildkit.dockerfile.v0)

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

2025-09-27 05:14:18 UTC (buildkit.dockerfile.v0)

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

2025-09-27 05:14:18 UTC (buildkit.dockerfile.v0)

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

2025-09-27 05:14:18 UTC (buildkit.dockerfile.v0)

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

2025-09-27 05:14:18 UTC (buildkit.dockerfile.v0)

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

2025-09-27 05:14:18 UTC (buildkit.dockerfile.v0)

EXPOSE &{[{{54 0} {54 0}}] 0xc000590680}

2025-09-27 05:14:18 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-09-27 05:08:10 UTC

Size

62.2 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2025-09-27T04:59:00.832Z
  • 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
    c5429564a8d0dd20187ea3bf495fd3be27fcca4d
  • 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:0878ecc8b0afd0d835641c015541aacd4780ec19e5565a3e1a5af3f77d208d42 - 43.08% (26.8 MB)

[#001] sha256:9bbe0bdb31de3efc47fc8cbbc5e5049624a6dbfe160b5a296f33c9051416868a - 42.57% (26.5 MB)

[#002] sha256:cfa888a527c0f9c860cedeff07a1e7d4fe7b003ff547bc054c8427f3654c9ffb - 0.0% (1.12 KB)

[#003] sha256:540836210fa52aae7eb65deef2e08518a8984f1cd4f8248345f1493ade821602 - 0.0% (172 Bytes)

[#004] sha256:0333d64c7545923e4e6cecfb465919063c4465c5675b628b956f05e3057cc8c5 - 14.3% (8.9 MB)

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

[#006] sha256:df1dd4d8f0abf7bcfd37c51bd2462f6cc2f7c7d174a4bddbd7ff5fe49af07652 - 0.03% (16.8 KB)


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

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

2025-09-27 04:59:31 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-09-27 04:59:32 UTC (buildkit.dockerfile.v0)

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

2025-09-27 04:59:32 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-09-27 05:08:10 UTC (buildkit.dockerfile.v0)

USER 999

2025-09-27 05:08:10 UTC (buildkit.dockerfile.v0)

VOLUME [/var/lib/kvrocks]

2025-09-27 05:08:10 UTC (buildkit.dockerfile.v0)

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

2025-09-27 05:08:10 UTC (buildkit.dockerfile.v0)

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

2025-09-27 05:08:10 UTC (buildkit.dockerfile.v0)

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

2025-09-27 05:08:10 UTC (buildkit.dockerfile.v0)

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

2025-09-27 05:08:10 UTC (buildkit.dockerfile.v0)

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

2025-09-27 05:08:10 UTC (buildkit.dockerfile.v0)

EXPOSE &{[{{54 0} {54 0}}] 0x4000487d00}

2025-09-27 05:08:10 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