Namespace
milvusdb
Image / Tag
milvus:2.6-20260326-17c3c004
Content Digest
sha256:e8e7eec2aecfe85dd76c75c2171e8b4c32e0bbf5ecfbba3fd9e5e562b6ee004e
Details
Created

2026-03-26 18:12:38 UTC

Size

989 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

OPENSSL_MODULES

/milvus/lib/ossl-modules

PATH

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


Layers

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

[#001] sha256:541f294af28df2f73ef57fa7b2fe2c60360d94624f43ca554497be8f4b8aaa76 - 6.0% (59.4 MB)

[#002] sha256:71c53b94d416d98c43e57afbd85b71c5a71f923acd2aab6833f2a23b62b24843 - 0.0% (10 KB)

[#003] sha256:1a0a57e8719dbafcc0274e3052d27958c385fa95072972c9272d3a2bc7a73a98 - 0.0% (281 Bytes)

[#004] sha256:dd1697d098a0ed6bf6c9914b6beaee8b9233f5b1d663d99ce55af56a37f504ef - 11.23% (111 MB)

[#005] sha256:4aa8a19994097cd17307769116d988497796c102ff737ee49c819203772152cf - 0.0% (44.2 KB)

[#006] sha256:a9615e4824150c6adcfcdb2888ca47edb959eb1e0d815c29166510f425d8422b - 79.92% (791 MB)

[#007] sha256:e731be1690eff1ae269b9fc533d0c5083162be08b614ee9ce886ff7d8c9ff0ec - 0.0% (756 Bytes)


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 upgrade -y gpgv && apt-get install -y --no-install-recommends curl libaio-dev libgomp1 libopenblas-dev && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata && ln -sf /usr/share/zoneinfo/Etc/UTC /etc/localtime && echo "Etc/UTC" > /etc/timezone && 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/

0001-01-01 00:00:00 UTC

RUN openssl fipsinstall -out /milvus/configs/ssl/fipsmodule.cnf -module /milvus/lib/ossl-modules/fips.so

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