From c7ca5c64f9a65dadea227e6a950415bff9eeee35 Mon Sep 17 00:00:00 2001 From: ciiiii Date: Sat, 15 Nov 2025 21:31:20 -0700 Subject: [PATCH 1/2] Update README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 5d23376..9da4bd8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # cloudflare-docker-proxy +We are currently observing frequent 429 Too Many Requests errors when this proxy accesses Docker Hub via Cloudflare Worker IP ranges. +The root cause is still under investigation, but this issue may lead to unstable pulls or unexpected failures. + +Due to the current instability, this project is not recommended for production use. +We will provide updates as soon as more information becomes available. + + ![deploy](https://github.com/ciiiii/cloudflare-docker-proxy/actions/workflows/deploy.yaml/badge.svg) [![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/ciiiii/cloudflare-docker-proxy) From 5f0b9200de4aa7ad8adade8c91fd61ec420ef152 Mon Sep 17 00:00:00 2001 From: ciiiii Date: Sat, 15 Nov 2025 21:32:44 -0700 Subject: [PATCH 2/2] Update format --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9da4bd8..7c3a54a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # cloudflare-docker-proxy -We are currently observing frequent 429 Too Many Requests errors when this proxy accesses Docker Hub via Cloudflare Worker IP ranges. -The root cause is still under investigation, but this issue may lead to unstable pulls or unexpected failures. +> ### ⚠️ **Important Notice** +> Docker Hub is rate-limiting Cloudflare Worker IPs, causing frequent 429 errors. +> This project is currently NOT recommended for production use. + Due to the current instability, this project is not recommended for production use. We will provide updates as soon as more information becomes available.