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
+9-10
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ also known as the _Docker Apocalypse_.
26
26
The main symptom is `Error response from daemon: toomanyrequests: Too Many Requests. Please see https://docs.docker.com/docker-hub/download-rate-limit/` during pulls.
27
27
Many unknowing Kubernetes clusters will hit the limit, and struggle to configure `imagePullSecrets` and `imagePullPolicy`.
28
28
29
-
Since version `0.6.0`, this proxy can be configured with the env var `ENABLE_MANIFEST_CACHE=true` which provides
29
+
This proxy can be configured with the env var `ENABLE_MANIFEST_CACHE=true` which provides
30
30
configurable caching of the manifest requests that DockerHub throttles. You can then fine-tune other parameters to your needs.
31
31
Together with the possibility to centrally inject authentication (since 0.3x), this is probably one of the best ways to bring relief to your distressed cluster, while at the same time saving lots of bandwidth and time.
32
32
@@ -71,8 +71,7 @@ for this to work it requires inserting a root CA certificate into system trusted
71
71
## master/:latest is unstable/beta
72
72
73
73
-`:latest` and `:latest-debug` Docker tag is unstable, built from master, and amd64-only
74
-
- Production/stable is `0.6.2`, see [0.6.2 tag on Github](https://github.com/rpardini/docker-registry-proxy/tree/0.6.2) - this image is multi-arch amd64/arm64
75
-
- The previous version is `0.5.0`, without any manifest caching, see [0.5.0 tag on Github](https://github.com/rpardini/docker-registry-proxy/tree/0.5.0) - this image is multi-arch amd64/arm64
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
76
75
77
76
## 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