Namespace
apache
Image / Tag
kvrocks:nightly
Content Digest
sha256:dea3387213c09463f9b6f83cc2bf87474cc663a2fbbd91e428409835fd7f4238
Details
Created

2026-06-09 03:46:53 UTC

Size

61.9 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2026-06-09T03:22:30.275Z
  • 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
    77107c80fcf8268316cafaa73c6aa70230660d2b
  • 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:5b4d6ff92fc4e14e911b7753c954fac965d48c40fe1075758d284148ccace970 - 45.9% (28.4 MB)

[#001] sha256:f67eb72467166533c68309e17eba40bed3b7f3b8ffbbf800f6e8f9a9fea7925f - 38.73% (24 MB)

[#002] sha256:b5f88ebc2226791f53149d681a02fa0ab184984c69b8343fefa18ad14a20b84a - 0.0% (1.1 KB)

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

[#004] sha256:90d2cbee70dd251b88abc5187700a6fc88734cd00e11f12de5d9a290d13f56e6 - 15.32% (9.48 MB)

[#005] sha256:c99d091b0cecfd4c344c132531318d218064c526a06923bc33f0c93a84ca2416 - 0.01% (9.27 KB)

[#006] sha256:4797157de83eee787e309292853e2ef6038b306aaefe55036402b0fbef4e1730 - 0.03% (17.7 KB)


History
2026-05-18 00:00:00 UTC (debuerreotype 0.17)

# debian.sh --arch 'amd64' out/ 'trixie' '@1779062400'

2026-06-09 03:22:48 UTC (buildkit.dockerfile.v0)

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

2026-06-09 03:22:48 UTC (buildkit.dockerfile.v0)

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

2026-06-09 03:22:49 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

2026-06-09 03:46:53 UTC (buildkit.dockerfile.v0)

USER 999

2026-06-09 03:46:53 UTC (buildkit.dockerfile.v0)

VOLUME [/var/lib/kvrocks]

2026-06-09 03:46:53 UTC (buildkit.dockerfile.v0)

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

2026-06-09 03:46:53 UTC (buildkit.dockerfile.v0)

HEALTHCHECK {Test:[CMD-SHELL redis-cli -p 6666 PING | grep -E '(PONG|NOAUTH)' || exit 1] Interval:30s Timeout:3s StartPeriod:30s StartInterval:0s Retries:3}

2026-06-09 03:46:53 UTC (buildkit.dockerfile.v0)

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

2026-06-09 03:46:53 UTC (buildkit.dockerfile.v0)

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

2026-06-09 03:46:53 UTC (buildkit.dockerfile.v0)

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

2026-06-09 03:46:53 UTC (buildkit.dockerfile.v0)

EXPOSE [6666/tcp]

2026-06-09 03:46:53 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

2026-06-09 03:36:44 UTC

Size

61.8 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2026-06-09T03:22:51.262Z
  • 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
    77107c80fcf8268316cafaa73c6aa70230660d2b
  • 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:cda3d70ae7d7c3d0b3b57a99a2085f9d93e919a846913dc6517a420b348c123d - 46.53% (28.7 MB)

[#001] sha256:575cb6499b96b5dc621a8929301f269650035ebe258eeb04c40d69b182c67310 - 38.48% (23.8 MB)

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

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

[#004] sha256:57d3fb09ac8f18f92e47f88f18be23ff1ddaefe50052459520f589c097abb298 - 14.94% (9.23 MB)

[#005] sha256:b87e15d8549c129414e47694c66d023b907fb933d116dcb26da1428f52f0e9d8 - 0.01% (9.27 KB)

[#006] sha256:06ac843a76c45b6b95af3c5caa32dd8f5b92739970261cfd3f4a4277adfc1efe - 0.03% (17.7 KB)


History
2026-05-18 00:00:00 UTC (debuerreotype 0.17)

# debian.sh --arch 'arm64' out/ 'trixie' '@1779062400'

2026-06-09 03:23:20 UTC (buildkit.dockerfile.v0)

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

2026-06-09 03:23:21 UTC (buildkit.dockerfile.v0)

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

2026-06-09 03:23:21 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

2026-06-09 03:36:43 UTC (buildkit.dockerfile.v0)

USER 999

2026-06-09 03:36:43 UTC (buildkit.dockerfile.v0)

VOLUME [/var/lib/kvrocks]

2026-06-09 03:36:43 UTC (buildkit.dockerfile.v0)

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

2026-06-09 03:36:43 UTC (buildkit.dockerfile.v0)

HEALTHCHECK {Test:[CMD-SHELL redis-cli -p 6666 PING | grep -E '(PONG|NOAUTH)' || exit 1] Interval:30s Timeout:3s StartPeriod:30s StartInterval:0s Retries:3}

2026-06-09 03:36:43 UTC (buildkit.dockerfile.v0)

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

2026-06-09 03:36:44 UTC (buildkit.dockerfile.v0)

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

2026-06-09 03:36:44 UTC (buildkit.dockerfile.v0)

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

2026-06-09 03:36:44 UTC (buildkit.dockerfile.v0)

EXPOSE [6666/tcp]

2026-06-09 03:36:44 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