[bitnami/pymilvus] Release 2.6.10-debian-12-r0 (#91603)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot 2026-03-13 11:44:25 +01:00 committed by GitHub
parent 4e692ca591
commit 5ae00c59b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 34 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="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

View File

@ -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