Namespace
apache
Image / Tag
kvrocks:nightly-20240629-447b8c2
Content Digest
sha256:5e98aa3f0b57a81bd63dc9201464e9bc4e750153d20d79f7ca76edb4e48b8d73
Details
Created

2024-06-29 15:22:17 UTC

Size

59.4 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-06-29T15:04:55.255Z
  • 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
    447b8c2adccb195e5c61e712ee9a69be4a7ae1bd
  • 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
    nightly

Environment
PATH

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


Layers

[#000] sha256:2cc3ae149d28a36d28d4eefbae70aaa14a0c9eab588c3790f7979f310b893c44 - 46.78% (27.8 MB)

[#001] sha256:f7ec4a33471038c74e5f87987398a5a68ccd3ba73226f72a8c49f0bf75ca3a9e - 37.31% (22.2 MB)

[#002] sha256:70b5a451f6bbc3f491c9c4ee9af6b3d0e6dc7ff710f997eb697c436169e741e4 - 0.0% (115 Bytes)

[#003] sha256:2f6fbafc7e7d4ebecac9f1f314cae73d2d47638c5ecfe5cc67745b05dfde76db - 15.86% (9.43 MB)

[#004] sha256:298e3f787296ed5543b110049b12e383c5de686a620f04dc0a649a08ee0f25fe - 0.01% (9.12 KB)

[#005] sha256:7dc88c1a18d7fb39cafe791343b5d7e54a0c139985398ad5c9ec60213bb31037 - 0.02% (13.7 KB)


History
2024-06-13 01:20:56 UTC

/bin/sh -c #(nop) ADD file:5f9954090af042b377ea0d1d184faa64d2e9d4c946b6c3898d52aff47e764056 in /

2024-06-13 01:20:56 UTC

/bin/sh -c #(nop) CMD ["bash"]

2024-06-29 15:05: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 && apt-get clean # buildkit

2024-06-29 15:05:07 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c mkdir /var/run/kvrocks # buildkit

2024-06-29 15:22:17 UTC (buildkit.dockerfile.v0)

VOLUME [/var/lib/kvrocks]

2024-06-29 15:22:17 UTC (buildkit.dockerfile.v0)

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

2024-06-29 15:22:17 UTC (buildkit.dockerfile.v0)

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

2024-06-29 15:22:17 UTC (buildkit.dockerfile.v0)

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

2024-06-29 15:22:17 UTC (buildkit.dockerfile.v0)

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

2024-06-29 15:22:17 UTC (buildkit.dockerfile.v0)

EXPOSE map[6666/tcp:{}]

2024-06-29 15:22:17 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

2024-06-29 17:42:46 UTC

Size

58.6 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-06-29T15:04:55.255Z
  • 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
    447b8c2adccb195e5c61e712ee9a69be4a7ae1bd
  • 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
    nightly

Environment
PATH

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


Layers

[#000] sha256:559a764445207341cf1207d83ceb89f1e59e2b57e860b7a80a6df6447641832b - 47.45% (27.8 MB)

[#001] sha256:4f753bae2237db415638927a839d1b87c4e110857dfeb2ab74c54224ed096363 - 37.02% (21.7 MB)

[#002] sha256:38ee4b23ca7879195722bcb0fbb387cfbdf09b415f1a1390b1a343ad64004395 - 0.0% (117 Bytes)

[#003] sha256:1496af28f5b5afaf7399bae2e89131f13c8ce60dcc17071811e895ca4400ad6a - 15.49% (9.09 MB)

[#004] sha256:298e3f787296ed5543b110049b12e383c5de686a620f04dc0a649a08ee0f25fe - 0.02% (9.12 KB)

[#005] sha256:93192fd7d3b409ff27d00c86ed1ae5487385371a760fa19ec2ca1d3b56f2e498 - 0.02% (13.7 KB)


History
2024-06-13 00:39:50 UTC

/bin/sh -c #(nop) ADD file:5f17f77072bcd27aa8c4d09ef5117423b789c42445b6e6c13af711dfb2abd544 in /

2024-06-13 00:39:51 UTC

/bin/sh -c #(nop) CMD ["bash"]

2024-06-29 15:06:48 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 && apt-get clean # buildkit

2024-06-29 15:06:49 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c mkdir /var/run/kvrocks # buildkit

2024-06-29 17:42:46 UTC (buildkit.dockerfile.v0)

VOLUME [/var/lib/kvrocks]

2024-06-29 17:42:46 UTC (buildkit.dockerfile.v0)

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

2024-06-29 17:42:46 UTC (buildkit.dockerfile.v0)

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

2024-06-29 17:42:46 UTC (buildkit.dockerfile.v0)

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

2024-06-29 17:42:46 UTC (buildkit.dockerfile.v0)

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

2024-06-29 17:42:46 UTC (buildkit.dockerfile.v0)

EXPOSE map[6666/tcp:{}]

2024-06-29 17:42:46 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"]