From d57a8ce4f53a9ace766b18f5a6196ca3ddb1ae58 Mon Sep 17 00:00:00 2001 From: Ricardo Pardini Date: Thu, 8 Oct 2020 16:49:52 +0200 Subject: [PATCH] 0.4.0 release --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 53ad4fc..66a68e3 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ for this to work it requires inserting a root CA certificate into system trusted ## master/:latest is unstable/beta - `:latest` and `:latest-debug` Docker tag is unstable, built from master, and amd64-only -- 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 -- 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) +- 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 +- 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) ## Usage @@ -38,7 +38,7 @@ docker run --rm --name docker_registry_proxy -it \ -p 0.0.0.0:3128:3128 \ -v $(pwd)/docker_mirror_cache:/docker_mirror_cache \ -v $(pwd)/docker_mirror_certs:/ca \ - rpardini/docker-registry-proxy:0.4.0-pre1 + rpardini/docker-registry-proxy:0.4.0 ``` ### DockerHub auth @@ -54,7 +54,7 @@ docker run --rm --name docker_registry_proxy -it \ -v $(pwd)/docker_mirror_certs:/ca \ -e REGISTRIES="k8s.gcr.io gcr.io quay.io your.own.registry another.public.registry" \ -e AUTH_REGISTRIES="auth.docker.io:dockerhub_username:dockerhub_password your.own.registry:username:password" \ - rpardini/docker-registry-proxy:0.4.0-pre1 + rpardini/docker-registry-proxy:0.4.0 ``` ### Simple registries auth (HTTP Basic auth) @@ -82,7 +82,7 @@ docker run --rm --name docker_registry_proxy -it \ -v $(pwd)/docker_mirror_certs:/ca \ -e REGISTRIES="reg.example.com git.example.com" \ -e AUTH_REGISTRIES="git.example.com:USER:PASSWORD" \ - rpardini/docker-registry-proxy:0.4.0-pre1 + rpardini/docker-registry-proxy:0.4.0 ``` ### Google Container Registry (GCR) auth @@ -105,7 +105,7 @@ docker run --rm --name docker_registry_proxy -it \ -e AUTH_REGISTRIES_DELIMITER=";;;" \ -e AUTH_REGISTRY_DELIMITER=":::" \ -e AUTH_REGISTRIES="gcr.io:::_json_key:::$(cat servicekey.json);;;auth.docker.io:::dockerhub_username:::dockerhub_password" \ - rpardini/docker-registry-proxy:0.4.0-pre1 + rpardini/docker-registry-proxy:0.4.0 ``` ## Configuring the Docker clients / Kubernetes nodes @@ -164,7 +164,7 @@ docker run --rm --name docker_registry_proxy -it -p 0.0.0.0:3128:3128 \ -v $(pwd)/docker_mirror_cache:/docker_mirror_cache \ -v $(pwd)/docker_mirror_certs:/ca \ - rpardini/docker-registry-proxy:0.4.0-pre1-debug + rpardini/docker-registry-proxy:0.4.0-debug ``` - `DEBUG=true` enables the mitmweb proxy, accessible on port 8081