diff --git a/bitnami/pymilvus/2/debian-12/Dockerfile b/bitnami/pymilvus/2/debian-12/Dockerfile index 925c73f49018..3256b3bd2945 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-03-13T10:36:49Z" \ + org.opencontainers.image.created="2026-03-27T07:43:59Z" \ 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.10" + org.opencontainers.image.version="2.6.11" ENV HOME="/" \ OS_ARCH="${TARGETARCH:-amd64}" \ @@ -29,7 +29,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \ mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \ COMPONENTS=( \ "python-3.12.13-2-linux-${OS_ARCH}-debian-12" \ - "pymilvus-2.6.10-0-linux-${OS_ARCH}-debian-12" \ + "pymilvus-2.6.11-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -48,7 +48,7 @@ RUN mkdir /.local && chmod g+rwX /.local RUN uninstall_packages curl RUN mkdir /app && chmod g+rwX /app -ENV APP_VERSION="2.6.10" \ +ENV APP_VERSION="2.6.11" \ BITNAMI_APP_NAME="pymilvus" \ IMAGE_REVISION="0" \ PATH="/opt/bitnami/python/bin:$PATH" diff --git a/bitnami/pymilvus/README.md b/bitnami/pymilvus/README.md index e0adb581e73b..9909e5a1e52c 100644 --- a/bitnami/pymilvus/README.md +++ b/bitnami/pymilvus/README.md @@ -38,25 +38,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t ## Get this image -The recommended way to get the Bitnami Pymilvus Docker Image is to pull the prebuilt image from the [Docker Hub Registry](https://hub.docker.com/r/bitnami/pymilvus). - -```console -docker pull bitnami/pymilvus:latest -``` - -To use a specific version, you can pull a versioned tag. You can view the [list of available versions](https://hub.docker.com/r/bitnami/pymilvus/tags/) in the Docker Hub Registry. - -```console -docker pull bitnami/pymilvus:[TAG] -``` - -If you wish, you can also build the image yourself by cloning the repository, changing to the directory containing the Dockerfile and executing the `docker build` command. Remember to replace the `APP`, `VERSION` and `OPERATING-SYSTEM` path placeholders in the example command below with the correct values. - -```console -git clone https://github.com/bitnami/containers.git -cd bitnami/APP/VERSION/OPERATING-SYSTEM -docker build -t bitnami/APP:latest . -``` +The Bitnami PyMilvus Docker image is only available to [Bitnami Secure Images](https://bitnami.com) customers. ## Entering the REPL