From df360fb209e801ab0bcc1b4f3f46f1fdd6579320 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Wed, 25 Sep 2019 08:19:50 -0700 Subject: [PATCH] Update officially supported architectures to include arm32v6 Thanks @james-crowley! (https://github.com/docker-library/official-images/issues/6282#issuecomment-535045220) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea83d1b1e651d..1f58b9f03bcd0 100644 --- a/README.md +++ b/README.md @@ -58,13 +58,13 @@ The name of this program was chosen in an attempt to reflect that upstream-first Some images have been ported for other architectures, and many of these are officially supported (to various degrees). - Architectures officially supported by Docker, Inc. for running Docker: (see [download.docker.com](https://download.docker.com/linux/)) + - ARMv6 32-bit (`arm32v6`): https://hub.docker.com/u/arm32v6/ - ARMv7 32-bit (`arm32v7`): https://hub.docker.com/u/arm32v7/ - ARMv8 64-bit (`arm64v8`): https://hub.docker.com/u/arm64v8/ - Linux x86-64 (`amd64`): https://hub.docker.com/u/amd64/ - Windows x86-64 (`windows-amd64`): https://hub.docker.com/u/winamd64/ - Other architectures built by official images: (but *not* officially supported by Docker, Inc.) - ARMv5 32-bit (`arm32v5`): https://hub.docker.com/u/arm32v5/ - - ARMv6 32-bit (`arm32v6`): https://hub.docker.com/u/arm32v6/ - IBM POWER8 (`ppc64le`): https://hub.docker.com/u/ppc64le/ - IBM z Systems (`s390x`): https://hub.docker.com/u/s390x/ - x86/i686 (`i386`): https://hub.docker.com/u/i386/