Skip to content

Commit 8ece756

Browse files
committed
Remove obsolete references to latest-arm and latest-armv7 images
1 parent 08e463f commit 8ece756

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -203,12 +203,6 @@ docker logs -f redlib
203203

204204
### Docker CLI
205205

206-
> [!IMPORTANT]
207-
> If deploying on:
208-
>
209-
> - an `arm64` platform, use the `quay.io/redlib/redlib:latest-arm` image instead.
210-
> - an `armv7` platform, use the `quay.io/redlib/redlib:latest-armv7` image instead.
211-
212206
Deploy Redlib:
213207

214208
```bash

compose.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
services:
22
redlib:
33
image: quay.io/redlib/redlib:latest
4-
# image: quay.io/redlib/redlib:latest-arm # uncomment if you use arm64
5-
# image: quay.io/redlib/redlib:latest-armv7 # uncomment if you use armv7
64
restart: always
75
container_name: "redlib"
86
ports:

0 commit comments

Comments
 (0)