Skip to content

Commit ea5f1f0

Browse files
committed
README: update for the "2nd Docker Apocalypse"
1 parent 9aaaeda commit ea5f1f0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88
A caching proxy for Docker; allows centralised management of (multiple) registries and their authentication; caches images from *any* registry.
99
Caches the potentially huge blob/layer requests (for bandwidth/time savings), and optionally caches manifest requests ("pulls") to avoid rate-limiting.
1010

11+
### Updated late February 2025 for the "2nd Docker Apocalypse"
12+
13+
Docker, Inc has announced a [2nd apocalypse](https://www.docker.com/blog/revisiting-docker-hub-policies-prioritizing-developer-experience/) for 1st of March'25 (it has [already been pushed back to April](https://www.theregister.com/2025/02/22/docker_hub_pull_limits/)).
14+
This has caused a new surge of interest in this project; in response I've updated all dependencies to the latest versions,
15+
added a [Test matrix](https://github.com/rpardini/docker-registry-proxy/actions/workflows/test.yaml), merged some pull requests (including `DISABLE_IPV6=true`, which was a long-standing request), and updated the documentation.
16+
17+
Many thanks to all the contributors over the years; I've no intention of abandoning this project -- please keep sending and updating your PRs.
18+
1119
### NEW: avoiding DockerHub Pull Rate Limits with Caching
1220

1321
Starting November 2nd, 2020, DockerHub will

0 commit comments

Comments
 (0)