Skip to content

Commit c5dbf85

Browse files
author
Bitnami Bot
authored
[bitnami/pymilvus] Release pymilvus-2.5.3-debian-12-r0 (#75949)
Signed-off-by: Bitnami Bot <bitnami-bot@vmware.com>
1 parent 8e27785 commit c5dbf85

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

bitnami/pymilvus/2/debian-12/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ ARG TARGETARCH
88

99
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
1010
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
11-
org.opencontainers.image.created="2024-12-26T12:05:37Z" \
11+
org.opencontainers.image.created="2025-01-02T11:57:56Z" \
1212
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
1313
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/pymilvus/README.md" \
1414
org.opencontainers.image.licenses="Apache-2.0" \
15-
org.opencontainers.image.ref.name="2.5.2-debian-12-r0" \
15+
org.opencontainers.image.ref.name="2.5.3-debian-12-r0" \
1616
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/pymilvus" \
1717
org.opencontainers.image.title="pymilvus" \
1818
org.opencontainers.image.vendor="Broadcom, Inc." \
19-
org.opencontainers.image.version="2.5.2"
19+
org.opencontainers.image.version="2.5.3"
2020

2121
ENV HOME="/" \
2222
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -30,7 +30,7 @@ RUN install_packages ca-certificates curl libbz2-1.0 libcom-err2 libcrypt1 libff
3030
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
3131
COMPONENTS=( \
3232
"python-3.12.8-0-linux-${OS_ARCH}-debian-12" \
33-
"pymilvus-2.5.2-0-linux-${OS_ARCH}-debian-12" \
33+
"pymilvus-2.5.3-0-linux-${OS_ARCH}-debian-12" \
3434
) ; \
3535
for COMPONENT in "${COMPONENTS[@]}"; do \
3636
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -49,7 +49,7 @@ RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
4949
RUN mkdir /.local && chmod g+rwX /.local
5050

5151
RUN mkdir /app && chmod g+rwX /app
52-
ENV APP_VERSION="2.5.2" \
52+
ENV APP_VERSION="2.5.3" \
5353
BITNAMI_APP_NAME="pymilvus" \
5454
PATH="/opt/bitnami/python/bin:$PATH"
5555

bitnami/pymilvus/2/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"arch": "amd64",
44
"distro": "debian-12",
55
"type": "NAMI",
6-
"version": "2.5.2-0"
6+
"version": "2.5.3-0"
77
},
88
"python": {
99
"arch": "amd64",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
rolling-tags:
22
- "2"
33
- 2-debian-12
4-
- 2.5.2
4+
- 2.5.3
55
- latest

bitnami/pymilvus/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ If you encountered a problem running this container, you can file an [issue](htt
138138

139139
## License
140140

141-
Copyright &copy; 2024 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
141+
Copyright &copy; 2025 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
142142

143143
Licensed under the Apache License, Version 2.0 (the "License");
144144
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)