mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-04 21:09:06 +08:00
8cd75d627c
https://github.com/milvus-io/milvus/issues/35842 https://github.com/milvus-io/milvus/pull/35832 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
|