Namespace
milvusdb
Image / Tag
milvus:2.5-20251110-98456672
Content Digest
sha256:80eb07767ac2f346fbbfca62d3099e6731db2f765538466c492c1214a14f3ff8
Details
Created

2025-11-10 16:04:16 UTC

Size

785 MB

Content Digest
Labels
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.version
    22.04

Environment
LD_LIBRARY_PATH

/milvus/lib::/usr/lib

LD_PRELOAD

:/milvus/lib/libjemalloc.so

MALLOC_CONF

background_thread:true

PATH

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


Layers

[#000] sha256:7646c8da332499ae416b15479ce832db32e39a501c662e24324f595509a0d3db - 3.59% (28.2 MB)

[#001] sha256:bf9ae6fbf6da5977aab7b1525a6e0a9dd8c48c6e24d9f823dde414cc3778f09e - 4.65% (36.5 MB)

[#002] sha256:21fe2867d8508eed4245a785b1001d25c40ad16d9fca30c65505cd61dcbcb887 - 0.0% (10 KB)

[#003] sha256:69c49f62711e58167f08d7527755223a9c0343a14122eb285b62c8e1579eb804 - 0.0% (279 Bytes)

[#004] sha256:e3897aa0c46c8c29a14f926f3d34d9238fcdf132d22b20bb6946f28e8fed77c3 - 12.05% (94.6 MB)

[#005] sha256:87f3a84ea687e926aaf4ba2cd056b79f3cae0ff2d210709ad8df2deb54c4ab6d - 0.0% (38.5 KB)

[#006] sha256:96a0431d847c238dd6bdfca877c198b81929dde2e9bef58e099d1c2e97f61d7c - 79.7% (625 MB)


History
2024-06-03 10:32:23 UTC

/bin/sh -c #(nop) ARG RELEASE

2024-06-03 10:32:23 UTC

/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH

2024-06-03 10:32:23 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2024-06-03 10:32:23 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04

2024-06-03 10:32:25 UTC

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

2024-06-03 10:32:26 UTC

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

0001-01-01 00:00:00 UTC

RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates && sed -i 's/http:/https:/g' /etc/apt/sources.list && apt-get update && apt-get install -y --no-install-recommends curl libaio-dev libgomp1 libopenblas-dev && apt-get remove --purge -y && rm -rf /var/lib/apt/lists/*

0001-01-01 00:00:00 UTC

RUN curl -L -o /tini https://github.com/krallin/tini/releases/download/v0.19.0/tini-$TARGETARCH && chmod +x /tini

0001-01-01 00:00:00 UTC

RUN mkdir -p /milvus/bin

0001-01-01 00:00:00 UTC

COPY --chown=root:root --chmod=774 ./bin/milvus /milvus/bin/milvus

0001-01-01 00:00:00 UTC

COPY --chown=root:root --chmod=774 ./configs/ /milvus/configs/

0001-01-01 00:00:00 UTC

COPY --chown=root:root --chmod=774 ./lib/ /milvus/lib/

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