Namespace
milvusdb
Image / Tag
milvus:2.6-20260207-c299bb43
Content Digest
sha256:b4c28c34e4085f380b31d9abb8a797cbdf2320f0008f02f3f9ce72db814f78b4
Details
Created

2026-02-07 18:12:51 UTC

Size

1010 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 - 2.79% (28.2 MB)

[#001] sha256:f15cdfe50534bd527debcc3487869407abf80aac9450dcc0d0917d5bd465063a - 5.45% (55 MB)

[#002] sha256:3aac12a2f4adecc84edf55384eae89f9341b9f25f0be81b6d62200cfb42c8cb5 - 0.0% (10 KB)

[#003] sha256:8521dfef429d176195a7e043bad6c2baa1da7537085feb13c486f2caa8bc699d - 0.0% (296 Bytes)

[#004] sha256:a188829d67ad2d44b484e7eade533a3be083fcbaf7bdec884ea16be6cc7496d6 - 11.21% (113 MB)

[#005] sha256:2737d34e7a987319c3512aca010bd04e55f90d51a630f7a456fd6f60b82c0358 - 0.0% (43.6 KB)

[#006] sha256:0dc7fd202acb429686d4fb265f0d6e61aea212b1585c7db4313d223c40a19ad6 - 80.53% (812 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 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/

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