-
Notifications
You must be signed in to change notification settings - Fork 478
Closed
Description
Expected behaviour:
Flexget Docker image should be able to start.
Actual behaviour:
For some reason, ghcr.io/flexget/flexget:3.12.4 cannot be started, even though earlier versions work fine.
Steps to reproduce:
- Step 1:
docker run -it ghcr.io/flexget/flexget:3.12.4
echo $?
Notice that the container has exited with code 139, with no output.
Meanwhile, if we run the same command but with 3.12.3:
docker run -it ghcr.io/flexget/flexget:3.12.3
The container does run (albeit with errors because there is no config file), and it prints out logs to the output.
(My setup is more complicated than this of course, but I want to show a minimally-reproducible example).
Config:
No config needed, because Flexget can't be brought up at all.
Log:
No log, because the container can't be brought up at all
Additional information:
- FlexGet version: 3.12.4
- Python version:
- Installation method: Docker
- Using daemon (yes/no): yes
- OS and version: Ubuntu 22.04 x64
- Link to crash log: No crash log
politas, Skaronator and jeanfabrice
Metadata
Metadata
Assignees
Labels
No labels