[bitnami/pymilvus] Release 2.6.11-debian-12-r0 (#91859)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
parent
b0d2c29710
commit
cf56d1d69e
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue