Closed ccMatrix closed 4 months ago
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.
It looks like all the latest versions of the *arr containers have the same issue. Tested Sonarr, Radarr, Readarr and Lidarr. All have the same error on the latest release. They all have in common that they were updated to use the base image ghcr.io/linuxserver/baseimage-alpine:3.20
instead of ghcr.io/linuxserver/baseimage-alpine:3.19
. So it is possible the error is in the baseimage
Our smoke tests seem ok for both platforms: https://ci-tests.linuxserver.io/linuxserver/sonarr/latest/index.html We don't support portainer for container deployment, could you try with true compose please?
Doesn't matter if I run it manually, via docker compose or Portainer. Same results.
Why is your smoke test for 4.0.5 listed as the latest when your docker hub tag for latest is 4.0.6. How can latest
which is supposed to be stable be higher than develop?
Maybe you can run your smoke test on the actual latest
tag instead of the 4.0.5. should show the same result then. I can confirm that 4.0.5 works.
https://ci-tests.linuxserver.io/linuxserver/sonarr/4.0.6.1805-ls244/index.html Looks to work - latest was a dev build as it's the most recent build.
I used docker system prune -a
to delete all remains of the new tag from the system, then updated the container to the latest and that worked. Looks like a build step or image was corrupted by a faulty hard disk resulting in a bad local image. It works now. Thanks for your help!
Is there an existing issue for this?
Current Behavior
After updating from sonarr 4.0.5 to sonarr 4.0.6, sonarr does not run anymore. Container shows as running in portainer but does not listen on the port or initialize correctly. It just runs into the error message and never recovers.
Expected Behavior
Sonarr starts and listens on port 8989. Expected output from version 4.0.5.1710-ls243:
Steps To Reproduce
A downgrade to 4.0.5 recovers so it must be something that changed from 4.0.5 to 4.0.6
Environment
CPU architecture
arm64
Docker creation
Container logs