Skip to content

Commit 1ecf949

Browse files
authored
Merge pull request #52 from rpardini/latest-is-not-multiarch
Mention :latest is amd64 only
2 parents 1fc3dfe + b997ccd commit 1ecf949

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ As a bonus it allows for centralized management of Docker registry credentials,
1313
You configure the Docker clients (_err... Kubernetes Nodes?_) once, and then all configuration is done on the proxy --
1414
for this to work it requires inserting a root CA certificate into system trusted root certs.
1515

16-
## master is unstable/beta
16+
## master/:latest is unstable/beta
1717

18-
- `master` (and `:latest` Docker tag) is unstable
18+
- `:latest` and `:latest-debug` Docker tag is unstable, built from master, and amd64-only
1919
- 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
2020
- 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)
2121

0 commit comments

Comments
 (0)