Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Support Alpine python images better #10

Closed
salberin opened this issue Sep 14, 2018 · 2 comments
Closed

Support Alpine python images better #10

salberin opened this issue Sep 14, 2018 · 2 comments

Comments

@salberin
Copy link

I recently spend 2 days attempting to get Google Cloud Debugger to work on a Python 3.6 container where in the end the problem was that the container was using the official python-alpine image. With Alpine Linux being so prevalent in container images, I'd have hoped that the cloud debugger would support these out of the box.

Is this possible, as the current solution I use (based on your example) is a lot more convoluted than just using pip install google-cloud-debugger

@xinghuadou-google
Copy link
Contributor

Part of the debugger is written in C/C++ and requires being linked against a C stdlib.
The version we upload on PyPI uses glibc as per the PEP 513 standards.
Even if we distribute binaries for Alpine/musl, we couldn't upload to PyPI, and you wouldn't be able to get it with 'pip install' since there isn't an 'alpine' platform tag. pypa/manylinux#37

@mctavish mctavish closed this as not planned Won't fix, can't repro, duplicate, stale Nov 17, 2023
@Mizux
Copy link

Mizux commented Nov 17, 2023

Actually pypa now provide the tag musllinux_1_1 so you could update to pypi.org ;)

And you also have the docker base image:

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants