From 8cf8ebdfd4262b08dcb0bc800171e1c02dcb5e55 Mon Sep 17 00:00:00 2001 From: dqzboy Date: Tue, 9 Jul 2024 18:58:11 +0800 Subject: [PATCH] docs: issue.md --- Issue/issue.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Issue/issue.md b/Issue/issue.md index b8e7257..20bd718 100644 --- a/Issue/issue.md +++ b/Issue/issue.md @@ -65,4 +65,6 @@ location ^~ / { > 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. -- [x] **已知问题:** 当我们在配置文件开启了 `delete.enabled.true` 那么调度程序会自动清理过期的镜像层或未使用的镜像标签 \ No newline at end of file +- [x] **已知问题:** 当我们在配置文件开启了 `delete.enabled.true` 那么调度程序会自动清理过期的镜像层或未使用的镜像标签 + + - ⚠️ 注意:不要通过在UI上查看某个镜像是否被删除来判断调度程序是否已自动执行删除操作 \ No newline at end of file