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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ for this to work it requires inserting a root CA certificate into system trusted
21
21
## master/:latest is unstable/beta
22
22
23
23
-`:latest` and `:latest-debug` Docker tag is unstable, built from master, and amd64-only
24
-
- Production/stable is `0.4.1`, see [0.4.1 tag on Github](https://github.com/rpardini/docker-registry-proxy/tree/0.4.1) - this image is multi-arch amd64/arm64
24
+
- Production/stable is `0.4.2`, see [0.4.2 tag on Github](https://github.com/rpardini/docker-registry-proxy/tree/0.4.2) - this image is multi-arch amd64/arm64
25
25
- The previous version is `0.3.0`, see [0.3.0 tag on Github](https://github.com/rpardini/docker-registry-proxy/tree/0.3.0) (amd64 only)
## Configuring the Docker clients / Kubernetes nodes
@@ -160,7 +160,7 @@ Test your own registry caching and authentication the same way; you don't need `
160
160
161
161
## Developing/Debugging
162
162
163
-
Since `0.4.1` there is a separate `-debug` version of the image, which includes `nginx-debug`, and has `mitmproxy` (actually `mitmweb`) inserted after the CONNECT proxy but before the caching logic.
163
+
Since `0.4.2` there is a separate `-debug` version of the image, which includes `nginx-debug`, and has `mitmproxy` (actually `mitmweb`) inserted after the CONNECT proxy but before the caching logic.
164
164
This allows very in-depth debugging, but tends to be unstable with huge layers. Use sparingly, and definitely not in production.
165
165
166
166
```bash
@@ -169,7 +169,7 @@ docker run --rm --name docker_registry_proxy -it
0 commit comments