From 5ae00c59b7c97bc8edeed393bb439fa0b2039315 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 13 Mar 2026 11:44:25 +0100 Subject: [PATCH] [bitnami/pymilvus] Release 2.6.10-debian-12-r0 (#91603) Signed-off-by: Bitnami Bot --- bitnami/pymilvus/2/debian-12/Dockerfile | 12 +++++----- bitnami/pymilvus/README.md | 30 ++----------------------- 2 files changed, 8 insertions(+), 34 deletions(-) diff --git a/bitnami/pymilvus/2/debian-12/Dockerfile b/bitnami/pymilvus/2/debian-12/Dockerfile index 7962df4119ee..925c73f49018 100644 --- a/bitnami/pymilvus/2/debian-12/Dockerfile +++ b/bitnami/pymilvus/2/debian-12/Dockerfile @@ -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="2026-02-19T04:03:44Z" \ + org.opencontainers.image.created="2026-03-13T10:36:49Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/pymilvus/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/pymilvus" \ org.opencontainers.image.title="pymilvus" \ org.opencontainers.image.vendor="Broadcom, Inc." \ - org.opencontainers.image.version="2.6.9" + org.opencontainers.image.version="2.6.10" ENV HOME="/" \ OS_ARCH="${TARGETARCH:-amd64}" \ @@ -28,8 +28,8 @@ 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=( \ - "python-3.12.12-16-linux-${OS_ARCH}-debian-12" \ - "pymilvus-2.6.9-0-linux-${OS_ARCH}-debian-12" \ + "python-3.12.13-2-linux-${OS_ARCH}-debian-12" \ + "pymilvus-2.6.10-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -48,9 +48,9 @@ RUN mkdir /.local && chmod g+rwX /.local RUN uninstall_packages curl RUN mkdir /app && chmod g+rwX /app -ENV APP_VERSION="2.6.9" \ +ENV APP_VERSION="2.6.10" \ BITNAMI_APP_NAME="pymilvus" \ - IMAGE_REVISION="1" \ + IMAGE_REVISION="0" \ PATH="/opt/bitnami/python/bin:$PATH" WORKDIR /app diff --git a/bitnami/pymilvus/README.md b/bitnami/pymilvus/README.md index e814abcfb1df..e0adb581e73b 100644 --- a/bitnami/pymilvus/README.md +++ b/bitnami/pymilvus/README.md @@ -1,7 +1,5 @@ # Bitnami Secure Image for PyMilvus -## What is PyMilvus? - > PyMilvus is a Python-based SDK for Milvus. Milvus is a cloud-native, open-source vector database solution for AI applications and similarity search [Overview of PyMilvus](https://github.com/milvus-io/pymilvus) @@ -70,6 +68,8 @@ docker run -it --name pymilvus bitnami/pymilvus ## Configuration +The following section describes how to run commands + ### Running your PyMilvus app The default work directory for the PyMilvus image is `/app`. You can mount a folder from your host here that includes your PyMilvus script, and run it normally using the `python` command. @@ -98,32 +98,6 @@ The Bitnami PyMilvus Docker image from the [Bitnami Secure Images](https://go-vm - `OPENSSL_FIPS`: whether OpenSSL runs in FIPS mode or not. `yes` (default), `no`. -## Maintenance - -### Upgrade this image - -Bitnami provides up-to-date versions of PyMilvus, including security patches, soon after they are made upstream. We recommend that you follow these steps to upgrade your container. - -#### Step 1: Get the updated image - -```console -docker pull bitnami/pymilvus:latest -``` - -#### Step 2: Remove the currently running container - -```console -docker rm -v pymilvus -``` - -#### Step 3: Run the new image - -Re-create your container from the new image. - -```console -docker run --name pymilvus bitnami/pymilvus:latest -``` - ## Notable Changes ### Starting January 16, 2024