From aef09cbbf35ef1a3001a7e7af9a348d567f4fd4a Mon Sep 17 00:00:00 2001 From: Cai Yudong Date: Fri, 13 Dec 2024 09:32:37 +0800 Subject: [PATCH] Update docker image to fix arm build error (#984) Signed-off-by: Cai Yudong --- ci/pod/e2e-arm-cpu.yaml | 2 +- ci/pod/e2e-cpu.yaml | 2 +- ci/pod/e2e-gpu.yaml | 2 +- ci/pod/e2e-sse.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ci/pod/e2e-arm-cpu.yaml b/ci/pod/e2e-arm-cpu.yaml index 75980763e..6bcb48a44 100644 --- a/ci/pod/e2e-arm-cpu.yaml +++ b/ci/pod/e2e-arm-cpu.yaml @@ -14,7 +14,7 @@ spec: effect: NoSchedule containers: - name: main - image: milvusdb/knowhere-cpu-build:arm64-ubuntu22.04-20241209-4e3a54dc + image: milvusdb/knowhere-cpu-build:arm64-ubuntu22.04-20241212-91fd9378 tty: true args: ["cat"] resources: diff --git a/ci/pod/e2e-cpu.yaml b/ci/pod/e2e-cpu.yaml index 09ee8edf8..7d087c6ea 100644 --- a/ci/pod/e2e-cpu.yaml +++ b/ci/pod/e2e-cpu.yaml @@ -24,7 +24,7 @@ spec: # topologyKey: "kubernetes.io/hostname" containers: - name: main - image: milvusdb/knowhere-cpu-build:amd64-ubuntu22.04-20241209-4e3a54dc + image: milvusdb/knowhere-cpu-build:amd64-ubuntu22.04-20241212-91fd9378 tty: true args: ["cat"] resources: diff --git a/ci/pod/e2e-gpu.yaml b/ci/pod/e2e-gpu.yaml index 7c0804a99..3e627dc56 100644 --- a/ci/pod/e2e-gpu.yaml +++ b/ci/pod/e2e-gpu.yaml @@ -14,7 +14,7 @@ spec: effect: NoSchedule containers: - name: main - image: milvusdb/knowhere-gpu-build:amd64-ubuntu22.04-20241209-4e3a54dc + image: milvusdb/knowhere-gpu-build:amd64-ubuntu22.04-20241212-91fd9378 tty: true args: ["cat"] resources: diff --git a/ci/pod/e2e-sse.yaml b/ci/pod/e2e-sse.yaml index 2897d9e42..f1f1e4cbf 100644 --- a/ci/pod/e2e-sse.yaml +++ b/ci/pod/e2e-sse.yaml @@ -25,7 +25,7 @@ spec: # topologyKey: "kubernetes.io/hostname" containers: - name: main - image: milvusdb/knowhere-cpu-build:amd64-ubuntu22.04-20241209-4e3a54dc + image: milvusdb/knowhere-cpu-build:amd64-ubuntu22.04-20241212-91fd9378 tty: true args: ["cat"] resources: