Namespace
apache
Image / Tag
kvrocks:nightly-20240716-e55ac72
Content Digest
sha256:290dcc78ebf687ff995a06ecd96a705569234b6ec3889f1e0ba7e1e3e54ed2c0
Details
Created

2024-07-16 11:07:01 UTC

Size

57.5 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-07-16T10:48:40.206Z
  • 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
    e55ac720effb6ac123e71ad389f57a39b8a5f2e7
  • 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:f11c1adaa26e078479ccdd45312ea3b88476441b91be0ec898a7e07bfd05badc - 48.3% (27.8 MB)

[#001] sha256:f21424896520a137e10c9a5701c5c9c2146c5113185f7467b02f1a3f69152e91 - 35.15% (20.2 MB)

[#002] sha256:b8ceb1b43bf6dc2707ed6dae97c70c580e5b8507d99b6722f3e9a7cc58986c73 - 0.0% (116 Bytes)

[#003] sha256:5a899c1600e143bdc1a60781108a7f0a63d5411a28a33a32e3903bef40e29b69 - 16.51% (9.49 MB)

[#004] sha256:1aa9f2050f5d4abadb9cd8e2598d5d6edc9a56016c22c04656ab508cf181cc9d - 0.02% (9.12 KB)

[#005] sha256:744fa2809261a765b68b9cc1acf634e87e7ef900bb3ce0cf2b7eb4000319ff8b - 0.02% (13.8 KB)


History
2024-07-02 01:25:02 UTC

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

2024-07-02 01:25:02 UTC

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

2024-07-16 10:48:52 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-07-16 10:48:52 UTC (buildkit.dockerfile.v0)

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

2024-07-16 11:07:01 UTC (buildkit.dockerfile.v0)

VOLUME [/var/lib/kvrocks]

2024-07-16 11:07:01 UTC (buildkit.dockerfile.v0)

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

2024-07-16 11:07:01 UTC (buildkit.dockerfile.v0)

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

2024-07-16 11:07:01 UTC (buildkit.dockerfile.v0)

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

2024-07-16 11:07:01 UTC (buildkit.dockerfile.v0)

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

2024-07-16 11:07:01 UTC (buildkit.dockerfile.v0)

EXPOSE map[6666/tcp:{}]

2024-07-16 11:07:01 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-07-16 13:33:29 UTC

Size

56.8 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-07-16T10:48:40.206Z
  • 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
    e55ac720effb6ac123e71ad389f57a39b8a5f2e7
  • 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:ea235d1ccf77ca07a545b448996766dc3eca4b971b04ba39d50af69660b25751 - 48.95% (27.8 MB)

[#001] sha256:87097cc42348ce2a2a1d6915e2bbbbeb00bb173d6bf2a385725dfb2fcdc3a0db - 34.9% (19.8 MB)

[#002] sha256:161807f4194cbdef5f7b312f4affc99b63a1882b2fe946d68e3a2ec90e128436 - 0.0% (116 Bytes)

[#003] sha256:fc9c7f5b27f60105ab175cc27de219d600f630cf707ce2ae5c3fe407c9b21522 - 16.11% (9.15 MB)

[#004] sha256:1aa9f2050f5d4abadb9cd8e2598d5d6edc9a56016c22c04656ab508cf181cc9d - 0.02% (9.12 KB)

[#005] sha256:e7a8495be409b062b58f805d8c5b1653ff548d324ba1d8efc611f84b62af284d - 0.02% (13.8 KB)


History
2024-07-02 00:39:37 UTC

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

2024-07-02 00:39:37 UTC

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

2024-07-16 10:50:19 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-07-16 10:50:19 UTC (buildkit.dockerfile.v0)

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

2024-07-16 13:33:29 UTC (buildkit.dockerfile.v0)

VOLUME [/var/lib/kvrocks]

2024-07-16 13:33:29 UTC (buildkit.dockerfile.v0)

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

2024-07-16 13:33:29 UTC (buildkit.dockerfile.v0)

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

2024-07-16 13:33:29 UTC (buildkit.dockerfile.v0)

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

2024-07-16 13:33:29 UTC (buildkit.dockerfile.v0)

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

2024-07-16 13:33:29 UTC (buildkit.dockerfile.v0)

EXPOSE map[6666/tcp:{}]

2024-07-16 13:33:29 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