26 lines
852 B
Diff
26 lines
852 B
Diff
|
|
From a7a851f5be6c37665d948ec7587de062b6295bbe Mon Sep 17 00:00:00 2001
|
||
|
|
From: zhongtao <zhongtao17@huawei.com>
|
||
|
|
Date: Sat, 7 Sep 2024 11:24:44 +0800
|
||
|
|
Subject: [PATCH 133/149] add a new registry to prevent missing mirrors
|
||
|
|
|
||
|
|
Signed-off-by: zhongtao <zhongtao17@huawei.com>
|
||
|
|
---
|
||
|
|
CI/test_cases/container_cases/test_data/daemon.json | 1 +
|
||
|
|
1 file changed, 1 insertion(+)
|
||
|
|
|
||
|
|
diff --git a/CI/test_cases/container_cases/test_data/daemon.json b/CI/test_cases/container_cases/test_data/daemon.json
|
||
|
|
index 20b001c0..cf7e0b9d 100644
|
||
|
|
--- a/CI/test_cases/container_cases/test_data/daemon.json
|
||
|
|
+++ b/CI/test_cases/container_cases/test_data/daemon.json
|
||
|
|
@@ -24,6 +24,7 @@
|
||
|
|
"overlay2.override_kernel_check=true"
|
||
|
|
],
|
||
|
|
"registry-mirrors": [
|
||
|
|
+ "https://docker.chenby.cn",
|
||
|
|
"https://hub.oepkgs.net"
|
||
|
|
],
|
||
|
|
"insecure-registries": [
|
||
|
|
--
|
||
|
|
2.25.1
|
||
|
|
|