From 63c21200c588fd2e017bd6060c7a660f9ee0f721 Mon Sep 17 00:00:00 2001 From: dqzboy Date: Tue, 9 Jul 2024 18:50:26 +0800 Subject: [PATCH] docs: issue.md --- .github/ISSUE_TEMPLATE/1.issue.yml | 1 + Issue/issue.md | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1.issue.yml b/.github/ISSUE_TEMPLATE/1.issue.yml index 93d2632..f423b64 100644 --- a/.github/ISSUE_TEMPLATE/1.issue.yml +++ b/.github/ISSUE_TEMPLATE/1.issue.yml @@ -9,6 +9,7 @@ body: ### ⚠️ 前置确认 (温馨提示: 未star项目会被自动关闭issue哦!) 1. 是否国外服务器,并且未被墙(必须) 2. 服务器规格是否 >= 1C1G(必须) + 3. 在提交issue之前,请务必确保没有包含个人数据!!! - type: checkboxes attributes: label: 前置确认 diff --git a/Issue/issue.md b/Issue/issue.md index effddad..b8e7257 100644 --- a/Issue/issue.md +++ b/Issue/issue.md @@ -60,7 +60,9 @@ location ^~ / { #### 7、对于服务器的规格要求,内存、CPU、磁盘、带宽网络等 - [x] **已知问题:** 建议最低使用1C1G的服务器,磁盘大小取决于你拉取镜像的频率以及保存镜像缓存的时长决定(默认缓存7天,部署时可自定义);如果对拉取速度有要求,最好选择针对中国大陆进行网络优化的服务器 -#### 8、缓存在本地磁盘上的数据是否会自动清理? +#### 8、缓存在本地磁盘上的数据是否会自动清理?如何判断缓存是否被清理? - [x] **已知问题:** Registry会定期删除旧内容以节省磁盘空间。下面为官方原文解释: > In environments with high churn rates, stale data can build up in the cache. When running as a pull through cache the Registry periodically removes old content to save disk space. Subsequent requests for removed content causes a remote fetch and local re-caching. -> To ensure best performance and guarantee correctness the Registry cache should be configured to use the `filesystem` driver for storage. \ No newline at end of file +> To ensure best performance and guarantee correctness the Registry cache should be configured to use the `filesystem` driver for storage. + +- [x] **已知问题:** 当我们在配置文件开启了 `delete.enabled.true` 那么调度程序会自动清理过期的镜像层或未使用的镜像标签 \ No newline at end of file