-
-
Notifications
You must be signed in to change notification settings - Fork 201
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
Docker image: missing GLIBC dependency. #954
Comments
Thanks for opening your first issue at git-cliff! Be sure to follow the issue template! ⛰️ |
I was just about to submit an issue I'd written for this same thing and refreshed to see you beat me to it! git-cliff: /lib/aarch64-linux-gnu/libc.so.6: version 'GLIBC_2.29' not found (required by git-cliff) Here's a working command from the previous $ docker run orhunp/git-cliff:sha-d0848ff 'git-cliff --version'
git-cliff 2.6.1 vs the current one: $ docker run orhunp/git-cliff:sha-7654e67 'git-cliff --version'
git-cliff: /lib/aarch64-linux-gnu/libm.so.6: version 'GLIBC_2.29' not found (required by git-cliff)
git-cliff: /lib/aarch64-linux-gnu/libc.so.6: version 'GLIBC_2.29' not found (required by git-cliff)
git-cliff: /lib/aarch64-linux-gnu/libc.so.6: version 'GLIBC_2.32' not found (required by git-cliff)
git-cliff: /lib/aarch64-linux-gnu/libc.so.6: version 'GLIBC_2.33' not found (required by git-cliff)
git-cliff: /lib/aarch64-linux-gnu/libc.so.6: version 'GLIBC_2.34' not found (required by git-cliff) |
Hey guys! Good timing, I'm in the middle of creating a new release :D I think it is due to c28121c and should be fixed in 8bd0607 ( Thanks for reporting! |
Oops, I guess I need to use |
Can you try again with |
Is there an existing issue for this?
Description of the bug
The docker image is failing to run the program due to a missing GLIBC dependency.
Steps To Reproduce
Expected behavior
The program can execute without errors.
Screenshots / Logs
git-cliff: /lib/x86_64-linux-gnu/libc.so.6: version
GLIBC_2.34' not found (required by git-cliff)`Software information
The official docker immage on gitlab runners.
Additional context
No response
The text was updated successfully, but these errors were encountered: