You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-9Lines changed: 14 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,11 @@
9
9
A caching proxy for Docker; allows centralised management of (multiple) registries and their authentication; caches images from _any_ registry.
10
10
Caches the potentially huge blob/layer requests (for bandwidth/time savings), and optionally caches manifest requests ("pulls") to avoid rate-limiting.
11
11
12
+
### `0.7.0`: Updated July 1st, 2026
13
+
14
+
- picks up updated nginx & alpine to fix a gazillion CVEs
15
+
- merged a few PRs
16
+
12
17
### `0.6.5`: Updated late February 2025 for the "2nd Docker Apocalypse"
13
18
14
19
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/)).
@@ -71,7 +76,7 @@ for this to work it requires inserting a root CA certificate into system trusted
71
76
## master/:latest is unstable/beta
72
77
73
78
-`:latest` and `:latest-debug` Docker tag is unstable, built from master, and amd64-only
74
-
- Production/stable is `0.6.5`, see [0.6.5 tag on Github](https://github.com/rpardini/docker-registry-proxy/tree/0.6.5) - this image is multi-arch amd64/arm64
79
+
- Production/stable is `0.7.0`, see [0.7.0 tag on Github](https://github.com/rpardini/docker-registry-proxy/tree/0.7.0) - this image is multi-arch amd64/arm64
75
80
76
81
## Also hosted on GitHub Container Registry (ghcr.io)
or you can run it from another cluster, maybe a management/observability one with provided yaml, in this case, you will need to change the following lines:
0 commit comments