Skip to content

Commit 8e27785

Browse files
author
Bitnami Bot
authored
[bitnami/milvus] Release milvus-2.5.2-debian-12-r0 (#75947)
Signed-off-by: Bitnami Bot <bitnami-bot@vmware.com>
1 parent 6837c13 commit 8e27785

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

bitnami/milvus/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-26T11:08:46Z" \
11+
org.opencontainers.image.created="2025-01-02T10:18:26Z" \
1212
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
1313
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/milvus/README.md" \
1414
org.opencontainers.image.licenses="Apache-2.0" \
15-
org.opencontainers.image.ref.name="2.5.1-debian-12-r0" \
15+
org.opencontainers.image.ref.name="2.5.2-debian-12-r0" \
1616
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/milvus" \
1717
org.opencontainers.image.title="milvus" \
1818
org.opencontainers.image.vendor="Broadcom, Inc." \
19-
org.opencontainers.image.version="2.5.1"
19+
org.opencontainers.image.version="2.5.2"
2020

2121
ENV HOME="/" \
2222
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -32,7 +32,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
3232
"yq-4.44.6-0-linux-${OS_ARCH}-debian-12" \
3333
"wait-for-port-1.0.8-8-linux-${OS_ARCH}-debian-12" \
3434
"render-template-1.0.7-8-linux-${OS_ARCH}-debian-12" \
35-
"milvus-2.5.1-0-linux-${OS_ARCH}-debian-12" \
35+
"milvus-2.5.2-0-linux-${OS_ARCH}-debian-12" \
3636
) ; \
3737
for COMPONENT in "${COMPONENTS[@]}"; do \
3838
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -50,7 +50,7 @@ RUN useradd -r -u 1001 -g root milvus
5050
RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
5151
RUN mkdir -p /opt/bitnami/milvus/tmp && chmod g+rwX /opt/bitnami/milvus/tmp && ln -s /opt/bitnami/milvus/tmp /run/milvus && mkdir -p /bitnami/milvus/data && chmod g+rwX /bitnami/milvus/data && ln -s /bitnami/milvus/data /var/lib/milvus && ln -s /opt/bitnami/milvus /milvus
5252

53-
ENV APP_VERSION="2.5.1" \
53+
ENV APP_VERSION="2.5.2" \
5454
BITNAMI_APP_NAME="milvus" \
5555
LD_LIBRARY_PATH="/opt/bitnami/milvus/lib:$LD_LIBRARY_PATH" \
5656
PATH="/opt/bitnami/common/bin:/opt/bitnami/milvus/bin:$PATH"

bitnami/milvus/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.1-0"
6+
"version": "2.5.2-0"
77
},
88
"render-template": {
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.1
4+
- 2.5.2
55
- latest

bitnami/milvus/README.md

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

115115
## License
116116

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

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

0 commit comments

Comments
 (0)