Namespace
milvusdb
Image / Tag
milvus:master-20251215-675a6b9b
Content Digest
sha256:97facfb29f957a04a3844be5277c68287d414ec175aa07900bdc6ef974714d5e
Details
Created

2025-12-15 20:59:25 UTC

Size

1.89 GB

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

Environment
ASAN_OPTIONS

detect_leaks=1

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

[#001] sha256:85f8d874d4eab1465cbdecf386280ad4922b638082237875af41e864a9845550 - 1.94% (37.6 MB)

[#002] sha256:3142ced718a70cfa19162bd67e3d593653c45ef497483c180a47a7d074865416 - 0.0% (10 KB)

[#003] sha256:13af0dbf5aa7d75f848c3631f48a60403130b7939fdc10d5936441c9f8217ddc - 0.0% (280 Bytes)

[#004] sha256:4276466113f935a773f487829f8e096221347eab213f9e8ad0bc16384c153223 - 5.83% (113 MB)

[#005] sha256:1837f6889c6f369e607eac97d77b9981b1ab5369485841a63346b97f2894460b - 0.0% (43.3 KB)

[#006] sha256:df72194fc3a177d00c3fe28499610f635b249cce2c25dfafc5e696987b7a3536 - 42.46% (821 MB)

[#007] sha256:bf344cafd05acaa5e5ba3e19efaa7349248d904c71437321899b1b6d8022d027 - 48.3% (933 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 && 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 groupadd -r milvus && useradd -r -g milvus milvus && mkdir -p /var/lib/milvus && chown -R milvus:milvus /milvus /var/lib/milvus

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