From b997ccd47cc23321b74e500e570037ac69f90829 Mon Sep 17 00:00:00 2001 From: Ricardo Pardini Date: Thu, 8 Oct 2020 15:43:31 +0200 Subject: [PATCH] Mention :latest is amd64 only --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bdfd693..53ad4fc 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ As a bonus it allows for centralized management of Docker registry credentials, You configure the Docker clients (_err... Kubernetes Nodes?_) once, and then all configuration is done on the proxy -- for this to work it requires inserting a root CA certificate into system trusted root certs. -## master is unstable/beta +## master/:latest is unstable/beta -- `master` (and `:latest` Docker tag) is unstable +- `: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)