Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Flexget 3.12.4 Docker image doesn't start #4085

@dangmai

Description

@dangmai

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions