From 813666864d7acbbbc4c896bb0b91ecfaf80430bb Mon Sep 17 00:00:00 2001 From: Jeremy Lin Date: Sat, 25 Jul 2020 01:28:34 -0700 Subject: [PATCH] mention testing-arm32v6 --- Which-container-image-to-use.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Which-container-image-to-use.md b/Which-container-image-to-use.md index 1de52bd..85ce252 100644 --- a/Which-container-image-to-use.md +++ b/Which-container-image-to-use.md @@ -36,6 +36,8 @@ The SQLite image (`bitwardenrs/server`) has the following additional tags: * `latest-arm32v6` -- Same as `latest`, but explicitly denotes the `arm32v6` image. This is currently required for users of Armv6 boards, such as Raspberry Pi 1 and Zero. Otherwise, Docker will attempt to pull the `arm32v7` image, which won't work (see [moby/moby#41017](https://github.com/moby/moby/issues/41017)). +* `testing-arm32v6` -- Same as `testing`, but explicitly denotes the `arm32v6` image. + * `x.y.z-arm32v6` (e.g., `1.16.0-arm32v6`) -- Similar to `latest-arm32v6`, but represents a specific released version. ## Image updates