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

Latest docker image fails with glibc errors #1204

Closed
jinnatar opened this issue Aug 31, 2023 · 1 comment
Closed

Latest docker image fails with glibc errors #1204

jinnatar opened this issue Aug 31, 2023 · 1 comment

Comments

@jinnatar
Copy link
Contributor

jinnatar commented Aug 31, 2023

On amd64:

%> docker run --rm -it ghcr.io/atuinsh/atuin:main
Unable to find image 'ghcr.io/atuinsh/atuin:main' locally
main: Pulling from atuinsh/atuin
14726c8f7834: Pull complete 
69bdb7f9d6f1: Pull complete 
d5c9d835c8d1: Pull complete 
05fe3086f264: Pull complete 
d7513519db61: Pull complete 
Digest: sha256:fc0fb82d642b3231fdd76624b15e021de222eb45eab2cbf97bd2c30b97bb1afe
Status: Downloaded newer image for ghcr.io/atuinsh/atuin:main
/usr/local/bin/atuin: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /usr/local/bin/atuin)
/usr/local/bin/atuin: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /usr/local/bin/atuin)
/usr/local/bin/atuin: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /usr/local/bin/atuin)

Running from ghcr.io/atuinsh/atuin:main, sha256:fc0fb82d642b3231fdd76624b15e021de222eb45eab2cbf97bd2c30b97bb1afe

@jinnatar
Copy link
Contributor Author

I've confirmed 14f07da is the commit responsible. My guess is the default changed from buster to bookworm and that causes this.

Works: lukemathwalker/cargo-chef:latest-rust-1.72.0-buster
Doesn't work: lukemathwalker/cargo-chef:latest-rust-1.72.0-bookworm

Will create a PR for using buster explicitly, but probably something needs to be changed upstream or in atuin to fix the real issue of builds on bookworm.

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