From 8ece7562ec1927e76cfaef918d30646c1cbce26a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89li=20Marshal?= <835958+EMarshal@users.noreply.github.com> Date: Sun, 2 Jun 2024 18:45:49 -0600 Subject: [PATCH] Remove obsolete references to latest-arm and latest-armv7 images --- README.md | 6 ------ compose.yaml | 2 -- 2 files changed, 8 deletions(-) diff --git a/README.md b/README.md index 4b945ad..1773858 100644 --- a/README.md +++ b/README.md @@ -203,12 +203,6 @@ docker logs -f redlib ### Docker CLI -> [!IMPORTANT] -> If deploying on: -> -> - an `arm64` platform, use the `quay.io/redlib/redlib:latest-arm` image instead. -> - an `armv7` platform, use the `quay.io/redlib/redlib:latest-armv7` image instead. - Deploy Redlib: ```bash diff --git a/compose.yaml b/compose.yaml index 493e37e..4260d65 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,8 +1,6 @@ services: redlib: image: quay.io/redlib/redlib:latest - # image: quay.io/redlib/redlib:latest-arm # uncomment if you use arm64 - # image: quay.io/redlib/redlib:latest-armv7 # uncomment if you use armv7 restart: always container_name: "redlib" ports: