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
+13-7Lines changed: 13 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,14 @@ 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.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
-
- 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)
24
+
- Production/stable is `0.5.0`, 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
25
+
26
+
## Also hosted on GitHub Container Registry (ghcr.io)
27
+
28
+
- DockerHub image is at `rpardini/docker-registry-proxy:<version>`
29
+
- GitHub image is at `ghcr.io/rpardini/docker-registry-proxy:<version>`
30
+
- Since 0.5.x, they both carry the same images
31
+
- This can be useful if you're already hitting DockerHub's rate limits and can't pull the proxy from DockerHub
0 commit comments