Skip to content

Docker Official Image python:<version>-alpine issue #930

@cciradih

Description

@cciradih

From my observation, there is a problem with the image based on alpine 3.20⁠. I don't know the root cause, but it appears to cause the following errors:

Error relocating /usr/local/bin/../lib/libpython3.12.so.1.0: pwritev2: symbol not found
Error relocating /usr/local/bin/../lib/libpython3.12.so.1.0: preadv2: symbol not found

Downgrading to alpine 3.19 can solve this problem.

Use FROM python:alpine3.19 instead of FROM python:alpine.

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