[Bug]: no matching manifest for linux/arm/v7 #1826

Closed
opened 2026-04-24 23:59:15 +02:00 by adam · 1 comment
Owner

Originally created by @Flopsipopsi on GitHub (Mar 18, 2024).

Describe the issue

Hi guys. I'm running Audiobookshelf on a Raspberry Pi 4 4gb. Since the version 2.8.0, the output of

docker-compose pull

is:

ERROR: for audiobookshelf no matching manifest for linux/arm/v7 in the manifest list entries
ERROR: no matching manifest for linux/arm/v7 in the manifest list entries

I know the note that since v2.8.0 armv7 is no longer supported. But the output of

docker info --format '{{ .OSType }}/{{ .Architecture }}'

is:
linux/aarch64

Thats is my docker-compose.yml file:

version: '3.5'
services:
  audiobookshelf:
    container_name: audiobookshelf
    image: ghcr.io/advplyr/audiobookshelf:latest
    environment:
      - AUDIOBOOKSHELF_UID=99
      - AUDIOBOOKSHELF_GID=100
    ports:
      - 13378:80
    volumes:
      - /media/ext_festplatte2/Hoerbuecher:/audiobooks
      - /home/pi/audiobookshelf/podcasts:/podcasts
      - /home/pi/audiobookshelf/config:/config
      - /media/ext_festplatte2/Hoerbuecher/metadata:/metadata
      - /media/ext_festplatte2/Hoerbuecher:/Hoerbuecher

So I'm trying to solve this problem since days but I can't solve it... Do you have any solution other than change Hardware? Thank you very much!

Steps to reproduce the issue

docker-compose pull

Audiobookshelf version

v2.8.2

How are you running audiobookshelf?

Docker

Originally created by @Flopsipopsi on GitHub (Mar 18, 2024). ### Describe the issue Hi guys. I'm running Audiobookshelf on a Raspberry Pi 4 4gb. Since the version 2.8.0, the output of ```dockerfile docker-compose pull ``` is: ERROR: for audiobookshelf no matching manifest for linux/arm/v7 in the manifest list entries ERROR: no matching manifest for linux/arm/v7 in the manifest list entries I know the note that since v2.8.0 armv7 is no longer supported. But the output of ```dockerfile docker info --format '{{ .OSType }}/{{ .Architecture }}' ``` is: linux/aarch64 Thats is my docker-compose.yml file: ```dockerfile version: '3.5' services: audiobookshelf: container_name: audiobookshelf image: ghcr.io/advplyr/audiobookshelf:latest environment: - AUDIOBOOKSHELF_UID=99 - AUDIOBOOKSHELF_GID=100 ports: - 13378:80 volumes: - /media/ext_festplatte2/Hoerbuecher:/audiobooks - /home/pi/audiobookshelf/podcasts:/podcasts - /home/pi/audiobookshelf/config:/config - /media/ext_festplatte2/Hoerbuecher/metadata:/metadata - /media/ext_festplatte2/Hoerbuecher:/Hoerbuecher ``` So I'm trying to solve this problem since days but I can't solve it... Do you have any solution other than change Hardware? Thank you very much! ### Steps to reproduce the issue ```dockerfile docker-compose pull ``` ### Audiobookshelf version v2.8.2 ### How are you running audiobookshelf? Docker
adam added the bug label 2026-04-24 23:59:15 +02:00
adam closed this issue 2026-04-24 23:59:16 +02:00
Author
Owner

@nichwall commented on GitHub (Mar 18, 2024):

Support for arm v7 was dropped in 2.8.0. You will need to switch to a 64 bit OS or run from source.

https://github.com/advplyr/audiobookshelf/issues/2637

@nichwall commented on GitHub (Mar 18, 2024): Support for arm v7 was dropped in 2.8.0. You will need to switch to a 64 bit OS or run from source. https://github.com/advplyr/audiobookshelf/issues/2637
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#1826