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

Python images need to support MUSL-based systems (alpine) #73

Open
briandealwis opened this issue May 13, 2021 · 0 comments
Open

Python images need to support MUSL-based systems (alpine) #73

briandealwis opened this issue May 13, 2021 · 0 comments
Labels
kind/enhancement New feature or request

Comments

@briandealwis
Copy link
Member

The python:xx-alpine images require Python debugger packages setup for musl. There doesn't seem to be any image metadata to identify musl/alpine-based images, so skaffold debug can't select a musl-specific image. So this seems to be something that has to be detected at runtime with the new python launcher.

Alpine images:

  • /etc/os-release has ID=alpine
  • /lib/ld-musl-x86_64.so.1
  • /lib/libc.musl-x86_64.so.1
  • /lib/libapk.so.3.12.0
  • no /lib64

This answer cites existence of /lib/ld-musl-* and /lib/libc.musl-*.

@briandealwis briandealwis added the kind/enhancement New feature or request label May 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant