**Describe the bug** Installing cargo-tarpuling using cargo-binstall on rust:1.86.0-bullseye results on an incompatible glibc version error: ```txt /usr/local/cargo/bin/cargo-tarpaulin: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /usr/local/cargo/bin/cargo-tarpaulin) /usr/local/cargo/bin/cargo-tarpaulin: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by /usr/local/cargo/bin/cargo-tarpaulin) /usr/local/cargo/bin/cargo-tarpaulin: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.39' not found (required by /usr/local/cargo/bin/cargo-tarpaulin) /usr/local/cargo/bin/cargo-tarpaulin: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /usr/local/cargo/bin/cargo-tarpaulin) /usr/local/cargo/bin/cargo-tarpaulin: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /usr/local/cargo/bin/cargo-tarpaulin) ``` **To Reproduce** ```sh docker run rust:1.86.0-bullseye bash -c 'curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash && cargo binstall [email protected] && cargo tarpaulin' ``` **Expected behavior** Official Rust Docker images should be supported out of the box, or at least possible pitfals and fixes should be available **Known workarounds** Switch to alpine based images or use the target flag of cargo-binstall to download muslc version (e.g. `--target x86_64-unknown-linux-musl`) **Aditional information** Other binaries, such as `cargo-binstall` or `[email protected]` work as expected
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by Altair-Bueno and has received 2 comments.