GoogleContainerTools / container-debug-support

Language-runtime support files for in-container debugging
Apache License 2.0
93 stars 25 forks source link

Go Ductape Image for Alpine #30

Closed panitaxx closed 4 years ago

panitaxx commented 4 years ago

Description of the issue:

When using a binary created in an alpine image the delve cannot be used with the delve duct tape. It causes:

standard_init_linux.go:211: exec user process caused "no such file or directory"

Expected behavior:

Should run normally

Steps to reproduce:

Environment: Ubuntu 19.10

briandealwis commented 4 years ago

Can you think of a way to determine whether an image is GLIBC or MUSL based? To support distroless-style images, we need to avoid shell scripts.