[Bug]: Docker update fail arm v7 #1752

Closed
opened 2026-04-24 23:56:51 +02:00 by adam · 5 comments
Owner

Originally created by @Thomas-O on GitHub (Feb 20, 2024).

Describe the issue

Just tried and failed to update 2.72 to 2.80.

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

If support for v7 is being discontinued, is it possible to reinstall ABS v2.72 via Docker?

Audiobookshelf version

2.80

How are you running audiobookshelf?

Docker

Originally created by @Thomas-O on GitHub (Feb 20, 2024). ### Describe the issue Just tried and failed to update 2.72 to 2.80. _no matching manifest for linux/arm/v7 in the manifest list entries_ If support for v7 is being discontinued, is it possible to reinstall ABS v2.72 via Docker? ### Audiobookshelf version 2.80 ### How are you running audiobookshelf? Docker
adam added the bug label 2026-04-24 23:56:51 +02:00
adam closed this issue 2026-04-24 23:56:52 +02:00
Author
Owner

@SAS-1 commented on GitHub (Feb 20, 2024):

Hi

Can't speak for the project, but arm V7 is old and alot of repos are dropping support have a look at https://www.linuxserver.io/blog/a-farewell-to-arm-hf

If your hardware is Armv7 or Armv6 you don't have a lot of options other than replacing it or accepting the risk and inconvenience of remaining on old versions of the images, the hardware simply doesn't support 64-bit.

to use 2.7.2 instead change your compose from latest (or whatever you use) to
advplyr/audiobookshelf:2.7.2

should work

@SAS-1 commented on GitHub (Feb 20, 2024): Hi Can't speak for the project, but arm V7 is old and alot of repos are dropping support have a look at https://www.linuxserver.io/blog/a-farewell-to-arm-hf > If your hardware is Armv7 or Armv6 you don't have a lot of options other than replacing it or accepting the risk and inconvenience of remaining on old versions of the images, the hardware simply doesn't support 64-bit. to use 2.7.2 instead change your compose from latest (or whatever you use) to advplyr/audiobookshelf:2.7.2 should work
Author
Owner

@Thomas-O commented on GitHub (Feb 20, 2024):

should work

And did! Thanks.

Bummer about the imminent obsolescence. Stupid progress.

@Thomas-O commented on GitHub (Feb 20, 2024): > should work And did! Thanks. Bummer about the imminent obsolescence. Stupid progress.
Author
Owner

@advplyr commented on GitHub (Feb 20, 2024):

Yeah arm7 is no longer supported

@advplyr commented on GitHub (Feb 20, 2024): Yeah arm7 is no longer supported
Author
Owner

@DieselTech commented on GitHub (Feb 20, 2024):

@Thomas-O Are you sure you're not just running a 32bit OS on x64 hardware? For example, even the RPI3 is a 64 bit CPU but for the longest time Raspbian was only a 32 bit OS. There is even some updated versions of the Pi 2 (v1.2) that have the 64 bit CPU. You might just need to do a fresh OS install with the 64 bit OS in order to keep using things.

@DieselTech commented on GitHub (Feb 20, 2024): @Thomas-O Are you sure you're not just running a 32bit OS on x64 hardware? For example, even the RPI3 is a 64 bit CPU but for the longest time Raspbian was only a 32 bit OS. There is even some updated versions of the Pi 2 (v1.2) that have the 64 bit CPU. You might just need to do a fresh OS install with the 64 bit OS in order to keep using things.
Author
Owner

@Thomas-O commented on GitHub (Feb 21, 2024):

@Thomas-O Are you sure you're not just running a 32bit OS on x64 hardware?

It's a Cubox-i2 (2013) with an armv7l processor. I'm using DietPi to host the docker. The DietPi image converted from Armbian 32bit using the DietPi script.

Guess I'll just have to accept that it's doomed to be another paperweight. Pity because the device still has more than enough grunt to host my Audiobookshelf, Jellyfin and Squeezebox servers. Progress before planet, I suppose.

@Thomas-O commented on GitHub (Feb 21, 2024): > @Thomas-O Are you sure you're not just running a 32bit OS on x64 hardware? It's a Cubox-i2 (2013) with an armv7l processor. I'm using DietPi to host the docker. The DietPi image converted from Armbian 32bit using the DietPi script. Guess I'll just have to accept that it's doomed to be another paperweight. Pity because the device still has more than enough grunt to host my Audiobookshelf, Jellyfin and Squeezebox servers. Progress before planet, I suppose.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#1752