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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,9 @@ As a bonus it allows for centralized management of Docker registry credentials,
13
13
You configure the Docker clients (_err... Kubernetes Nodes?_) once, and then all configuration is done on the proxy --
14
14
for this to work it requires inserting a root CA certificate into system trusted root certs.
15
15
16
-
## master is unstable/beta
16
+
## master/:latest is unstable/beta
17
17
18
-
-`master` (and `:latest` Docker tag) is unstable
18
+
-`:latest`and `:latest-debug` Docker tag is unstable, built from master, and amd64-only
19
19
- Test version is `0.4.0-pre1`, see [0.4.0-pre1 tag on Github](https://github.com/rpardini/docker-registry-proxy/tree/0.4.0-pre1) - this image is multi-arch amd64/arm64
20
20
- Stable/production 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)
0 commit comments