Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
cciradih opened this issue Jun 6, 2024 · 2 comments
Closed

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

cciradih opened this issue Jun 6, 2024 · 2 comments

Comments

@cciradih
Copy link

cciradih commented Jun 6, 2024

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.

@LaurentGoderre
Copy link
Member

I think this is a duplicate of #927

@cciradih
Copy link
Author

cciradih commented Jun 7, 2024

#930 (comment)

@cciradih cciradih closed this as completed Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants