mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 09:08:43 +08:00
https://github.com/milvus-io/milvus/issues/35842 Signed-off-by: Yellow Shine <sammy.huang@zilliz.com>
6 lines
70 B
Docker
6 lines
70 B
Docker
FROM alpine/helm:3.15.3
|
|
|
|
WORKDIR /app
|
|
|
|
COPY tests/_helm/values values
|