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

Docker image: missing GLIBC dependency. #954

Open
1 task done
otanriverdi opened this issue Nov 20, 2024 · 5 comments
Open
1 task done

Docker image: missing GLIBC dependency. #954

otanriverdi opened this issue Nov 20, 2024 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@otanriverdi
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Description of the bug

The docker image is failing to run the program due to a missing GLIBC dependency.

Steps To Reproduce

  1. Use the latest image
  2. Run the program

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

@otanriverdi otanriverdi added the bug Something isn't working label Nov 20, 2024
Copy link

welcome bot commented Nov 20, 2024

Thanks for opening your first issue at git-cliff! Be sure to follow the issue template! ⛰️

@RobJDavey
Copy link

I was just about to submit an issue I'd written for this same thing and refreshed to see you beat me to it!
The same issue happens on both linux/amd64 and linux/arm64:

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 latest:

$ 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)

orhun added a commit that referenced this issue Nov 20, 2024
@orhun
Copy link
Owner

orhun commented Nov 20, 2024

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 (bullseye contains libc6 according to these docs)

Thanks for reporting!

@orhun
Copy link
Owner

orhun commented Nov 20, 2024

Oops, I guess I need to use bookworm instead, 36ad993

@orhun
Copy link
Owner

orhun commented Nov 21, 2024

Can you try again with latest?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants