Skip to content

v1.3.0

Compare
Choose a tag to compare
@poneding poneding released this 23 Jan 15:03
· 2 commits to master since this release

发布这一版本的背景:

*.ketches.cn 的容器镜像代理仓库基于互联网活佛 Cloudflare worker,目前遇到了两个直接可能使功能瘫痪的问题:

  1. 免费的 Cloudflare worker 请求次数限制(10w),虽然请求次数已经很可观了,但是仍然每天都会早早就被耗尽(可能我们的活跃用户很多?),导致当天大部分时间内都不可用;
  2. Cloudflare 更新服务条款,禁止利用其服务作为代理,说不定哪天 worker 就歇菜了。
image

因此,这个项目考虑将容器镜像代理仓库更新为 *.m.daocloud.io

如果您安装了旧版本,并且发现代理不可用,您可以修改 configmap 使用 *.m.daocloud.io 镜像代理仓库!

代码变更:0d941d0