Skip to content

Commit 313f5ea

Browse files
committed
release 0.6.0 with ENABLE_MANIFEST_CACHE
1 parent a726f88 commit 313f5ea

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

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

6565
- `:latest` and `:latest-debug` Docker tag is unstable, built from master, and amd64-only
66-
- 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
66+
- Production/stable is `0.6.0`, see [0.6.0 tag on Github](https://github.com/rpardini/docker-registry-proxy/tree/0.6.0) - this image is multi-arch amd64/arm64
67+
- The previous version is `0.5.0`, without any manifest caching, 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
6768

6869
## Also hosted on GitHub Container Registry (ghcr.io)
6970

@@ -92,7 +93,7 @@ docker run --rm --name docker_registry_proxy -it \
9293
-p 0.0.0.0:3128:3128 -e ENABLE_MANIFEST_CACHE=true \
9394
-v $(pwd)/docker_mirror_cache:/docker_mirror_cache \
9495
-v $(pwd)/docker_mirror_certs:/ca \
95-
rpardini/docker-registry-proxy:0.5.0
96+
rpardini/docker-registry-proxy:0.6.0
9697
```
9798

9899
### DockerHub auth
@@ -108,7 +109,7 @@ docker run --rm --name docker_registry_proxy -it \
108109
-v $(pwd)/docker_mirror_certs:/ca \
109110
-e REGISTRIES="k8s.gcr.io gcr.io quay.io your.own.registry another.public.registry" \
110111
-e AUTH_REGISTRIES="auth.docker.io:dockerhub_username:dockerhub_password your.own.registry:username:password" \
111-
rpardini/docker-registry-proxy:0.5.0
112+
rpardini/docker-registry-proxy:0.6.0
112113
```
113114

114115
### Simple registries auth (HTTP Basic auth)
@@ -136,7 +137,7 @@ docker run --rm --name docker_registry_proxy -it \
136137
-v $(pwd)/docker_mirror_certs:/ca \
137138
-e REGISTRIES="reg.example.com git.example.com" \
138139
-e AUTH_REGISTRIES="git.example.com:USER:PASSWORD" \
139-
rpardini/docker-registry-proxy:0.5.0
140+
rpardini/docker-registry-proxy:0.6.0
140141
```
141142

142143
### Google Container Registry (GCR) auth
@@ -159,7 +160,7 @@ docker run --rm --name docker_registry_proxy -it \
159160
-e AUTH_REGISTRIES_DELIMITER=";;;" \
160161
-e AUTH_REGISTRY_DELIMITER=":::" \
161162
-e AUTH_REGISTRIES="gcr.io:::_json_key:::$(cat servicekey.json);;;auth.docker.io:::dockerhub_username:::dockerhub_password" \
162-
rpardini/docker-registry-proxy:0.5.0
163+
rpardini/docker-registry-proxy:0.6.0
163164
```
164165

165166
## Configuring the Docker clients / Kubernetes nodes
@@ -218,7 +219,7 @@ docker run --rm --name docker_registry_proxy -it
218219
-p 0.0.0.0:3128:3128 -e ENABLE_MANIFEST_CACHE=true \
219220
-v $(pwd)/docker_mirror_cache:/docker_mirror_cache \
220221
-v $(pwd)/docker_mirror_certs:/ca \
221-
rpardini/docker-registry-proxy:0.5.0-debug
222+
rpardini/docker-registry-proxy:0.6.0-debug
222223
```
223224

224225
- `DEBUG=true` enables the mitmweb proxy between Docker clients and the caching layer, accessible on port 8081

0 commit comments

Comments
 (0)