Skip to content

Commit d57a8ce

Browse files
committed
0.4.0 release
1 parent 16c3e25 commit d57a8ce

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

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

1818
- `:latest` and `:latest-debug` Docker tag is unstable, built from master, and amd64-only
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-
- 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)
19+
- Production/stable is `0.4.0`, see [0.4.0 tag on Github](https://github.com/rpardini/docker-registry-proxy/tree/0.4.0) - this image is multi-arch amd64/arm64
20+
- 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)
2121

2222
## Usage
2323

@@ -38,7 +38,7 @@ docker run --rm --name docker_registry_proxy -it \
3838
-p 0.0.0.0:3128:3128 \
3939
-v $(pwd)/docker_mirror_cache:/docker_mirror_cache \
4040
-v $(pwd)/docker_mirror_certs:/ca \
41-
rpardini/docker-registry-proxy:0.4.0-pre1
41+
rpardini/docker-registry-proxy:0.4.0
4242
```
4343

4444
### DockerHub auth
@@ -54,7 +54,7 @@ docker run --rm --name docker_registry_proxy -it \
5454
-v $(pwd)/docker_mirror_certs:/ca \
5555
-e REGISTRIES="k8s.gcr.io gcr.io quay.io your.own.registry another.public.registry" \
5656
-e AUTH_REGISTRIES="auth.docker.io:dockerhub_username:dockerhub_password your.own.registry:username:password" \
57-
rpardini/docker-registry-proxy:0.4.0-pre1
57+
rpardini/docker-registry-proxy:0.4.0
5858
```
5959

6060
### Simple registries auth (HTTP Basic auth)
@@ -82,7 +82,7 @@ docker run --rm --name docker_registry_proxy -it \
8282
-v $(pwd)/docker_mirror_certs:/ca \
8383
-e REGISTRIES="reg.example.com git.example.com" \
8484
-e AUTH_REGISTRIES="git.example.com:USER:PASSWORD" \
85-
rpardini/docker-registry-proxy:0.4.0-pre1
85+
rpardini/docker-registry-proxy:0.4.0
8686
```
8787

8888
### Google Container Registry (GCR) auth
@@ -105,7 +105,7 @@ docker run --rm --name docker_registry_proxy -it \
105105
-e AUTH_REGISTRIES_DELIMITER=";;;" \
106106
-e AUTH_REGISTRY_DELIMITER=":::" \
107107
-e AUTH_REGISTRIES="gcr.io:::_json_key:::$(cat servicekey.json);;;auth.docker.io:::dockerhub_username:::dockerhub_password" \
108-
rpardini/docker-registry-proxy:0.4.0-pre1
108+
rpardini/docker-registry-proxy:0.4.0
109109
```
110110

111111
## Configuring the Docker clients / Kubernetes nodes
@@ -164,7 +164,7 @@ docker run --rm --name docker_registry_proxy -it
164164
-p 0.0.0.0:3128:3128 \
165165
-v $(pwd)/docker_mirror_cache:/docker_mirror_cache \
166166
-v $(pwd)/docker_mirror_certs:/ca \
167-
rpardini/docker-registry-proxy:0.4.0-pre1-debug
167+
rpardini/docker-registry-proxy:0.4.0-debug
168168
```
169169

170170
- `DEBUG=true` enables the mitmweb proxy, accessible on port 8081

0 commit comments

Comments
 (0)