27 lines
871 B
Diff
27 lines
871 B
Diff
From d6284e5e786e1407c2ce5ef098a39c154650bd38 Mon Sep 17 00:00:00 2001
|
|
From: zhongtao <zhongtao17@huawei.com>
|
|
Date: Wed, 12 Jun 2024 10:57:39 +0800
|
|
Subject: [PATCH 109/149] modify default registry mirrors in ci test
|
|
|
|
Signed-off-by: zhongtao <zhongtao17@huawei.com>
|
|
---
|
|
CI/test_cases/container_cases/test_data/daemon.json | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/CI/test_cases/container_cases/test_data/daemon.json b/CI/test_cases/container_cases/test_data/daemon.json
|
|
index 2664c6b2..ab7d0360 100644
|
|
--- a/CI/test_cases/container_cases/test_data/daemon.json
|
|
+++ b/CI/test_cases/container_cases/test_data/daemon.json
|
|
@@ -24,7 +24,7 @@
|
|
"overlay2.override_kernel_check=true"
|
|
],
|
|
"registry-mirrors": [
|
|
- "docker.io"
|
|
+ "https://3laho3y3.mirror.aliyuncs.com"
|
|
],
|
|
"insecure-registries": [
|
|
],
|
|
--
|
|
2.25.1
|
|
|