Skip to content

Commit 67a81cf

Browse files
author
ricardop
committed
0.3.0-beta2 seems stable enough for a release
1 parent 19cbdfe commit 67a81cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ for this to work it requires inserting a root CA certificate into system trusted
1717
### master is unstable/beta
1818

1919
- `master` (and `:latest` Docker tag) is unstable
20-
- Currently stable version is `0.2.4`, see [0.2.4 tag on Github](https://github.com/rpardini/docker-registry-proxy/tree/0.2.4)
20+
- Currently stable version is `0.3.0`, see [0.3.0 tag on Github](https://github.com/rpardini/docker-registry-proxy/tree/0.3.0)
2121

2222

2323
### Usage
@@ -43,7 +43,7 @@ docker run --rm --name docker_registry_proxy -it \
4343
-v $(pwd)/docker_mirror_certs:/ca \
4444
-e REGISTRIES="k8s.gcr.io gcr.io quay.io your.own.registry another.public.registry" \
4545
-e AUTH_REGISTRIES="auth.docker.io:dockerhub_username:dockerhub_password your.own.registry:username:password" \
46-
rpardini/docker-registry-proxy:0.3.0-beta2
46+
rpardini/docker-registry-proxy:0.3.0
4747
```
4848

4949
Example with GCR using credentials from a service account from a key file `servicekey.json`:
@@ -57,7 +57,7 @@ docker run --rm --name docker_registry_proxy -it \
5757
-e AUTH_REGISTRIES_DELIMITER=";;;" \
5858
-e AUTH_REGISTRY_DELIMITER=":::" \
5959
-e AUTH_REGISTRIES="gcr.io:::_json_key:::$(cat servicekey.json);;;auth.docker.io:::dockerhub_username:::dockerhub_password" \
60-
rpardini/docker-registry-proxy:0.3.0-beta2
60+
rpardini/docker-registry-proxy:0.3.0
6161
```
6262

6363
Let's say you did this on host `192.168.66.72`, you can then `curl http://192.168.66.72:3128/ca.crt` and get the proxy CA certificate.

0 commit comments

Comments
 (0)