[bitnami/milvus] Release 2.6.3-debian-12-r0 (#86782)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2025-09-30 15:00:23 +02:00
committed by GitHub
parent fef7cd4871
commit 6a53658167
2 changed files with 10 additions and 4 deletions

View File

@@ -7,13 +7,13 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2025-09-18T11:24:07Z" \
org.opencontainers.image.created="2025-09-30T12:47:34Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/milvus/README.md" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/milvus" \
org.opencontainers.image.title="milvus" \
org.opencontainers.image.vendor="Broadcom, Inc." \
org.opencontainers.image.version="2.6.2"
org.opencontainers.image.version="2.6.3"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -28,7 +28,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
COMPONENTS=( \
"milvus-2.6.2-0-linux-${OS_ARCH}-debian-12" \
"milvus-2.6.3-0-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -46,7 +46,7 @@ RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
RUN mkdir -p /opt/bitnami/milvus/tmp && chmod g+rwX /opt/bitnami/milvus/tmp && ln -s /opt/bitnami/milvus/tmp /run/milvus && mkdir -p /bitnami/milvus/data && chmod g+rwX /bitnami/milvus/data && ln -s /bitnami/milvus/data /var/lib/milvus && ln -s /opt/bitnami/milvus /milvus
RUN uninstall_packages curl
ENV APP_VERSION="2.6.2" \
ENV APP_VERSION="2.6.3" \
BITNAMI_APP_NAME="milvus" \
IMAGE_REVISION="0" \
LD_LIBRARY_PATH="/opt/bitnami/milvus/lib:$LD_LIBRARY_PATH" \

View File

@@ -103,6 +103,12 @@ docker run --rm --name milvus bitnami/milvus:latest --help
Check the [official Milvus documentation](https://milvus.io/docs/) for more information about how to use Milvus.
### FIPS configuration in Bitnami Secure Images
The Bitnami Milvus Docker image from the [Bitnami Secure Images](https://www.arrow.com/globalecs/uk/products/bitnami-secure-images/) catalog includes extra features and settings to configure the container with FIPS capabilities. You can configure the next environment variables:
- `OPENSSL_FIPS`: whether OpenSSL runs in FIPS mode or not. `yes` (default), `no`.
## Notable Changes
### Starting January 16, 2024