mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
[automated] Bump milvus version to v2.5.16 (#43739)
Bump milvus version to v2.5.16 Signed-off-by: sre-ci-robot sre-ci-robot@users.noreply.github.com Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
c8789513eb
commit
0e2dfd4ade
@ -30,7 +30,7 @@ $ ./minio server /minio
|
|||||||
To start Milvus standalone, you need a Milvus binary file. Currently you can get the latest version of Milvus binary file through the Milvus docker image. (We will upload Milvus binary files in the future)
|
To start Milvus standalone, you need a Milvus binary file. Currently you can get the latest version of Milvus binary file through the Milvus docker image. (We will upload Milvus binary files in the future)
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ docker run -d --name milvus milvusdb/milvus:v2.5.15 /bin/bash
|
$ docker run -d --name milvus milvusdb/milvus:v2.5.16 /bin/bash
|
||||||
$ docker cp milvus:/milvus .
|
$ docker cp milvus:/milvus .
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@ -33,7 +33,7 @@ dependencies_network= host
|
|||||||
nodes_network= host
|
nodes_network= host
|
||||||
|
|
||||||
; Setup varibale to controll what image version of Milvus to use.
|
; Setup varibale to controll what image version of Milvus to use.
|
||||||
image= milvusdb/milvus:v2.5.15
|
image= milvusdb/milvus:v2.5.16
|
||||||
|
|
||||||
; Setup static IP addresses of the docker hosts as variable for container environment variable config.
|
; Setup static IP addresses of the docker hosts as variable for container environment variable config.
|
||||||
; Before running the playbook, below 4 IP addresses need to be replaced with the IP of your host VM
|
; Before running the playbook, below 4 IP addresses need to be replaced with the IP of your host VM
|
||||||
|
|||||||
@ -38,7 +38,7 @@ services:
|
|||||||
|
|
||||||
standalone:
|
standalone:
|
||||||
container_name: milvus-standalone
|
container_name: milvus-standalone
|
||||||
image: milvusdb/milvus:v2.5.15-gpu
|
image: milvusdb/milvus:v2.5.16-gpu
|
||||||
command: ["milvus", "run", "standalone"]
|
command: ["milvus", "run", "standalone"]
|
||||||
security_opt:
|
security_opt:
|
||||||
- seccomp:unconfined
|
- seccomp:unconfined
|
||||||
|
|||||||
@ -38,7 +38,7 @@ services:
|
|||||||
|
|
||||||
standalone:
|
standalone:
|
||||||
container_name: milvus-standalone
|
container_name: milvus-standalone
|
||||||
image: milvusdb/milvus:v2.5.15
|
image: milvusdb/milvus:v2.5.16
|
||||||
command: ["milvus", "run", "standalone"]
|
command: ["milvus", "run", "standalone"]
|
||||||
security_opt:
|
security_opt:
|
||||||
- seccomp:unconfined
|
- seccomp:unconfined
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user