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

Outdated glibC #10

Open
genofire opened this issue Apr 22, 2023 · 1 comment
Open

Outdated glibC #10

genofire opened this issue Apr 22, 2023 · 1 comment

Comments

@genofire
Copy link

genofire commented Apr 22, 2023

buildah: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by buildah) 
@wzzrd
Copy link

wzzrd commented May 15, 2023

Cursory glance makes me think the problem is as follows. Because of the FROM fedora line in the Dockerfile, the tagged buildah image from quay used in step 2 in the Dockerfile and the fact that the most recent tag is from December 2022, the binary that is built in the first step in the Dockerfile was built in a Fedora 35 image, which has glibc 2.34.

The assumption of the Dockerfile is for the binaries to be built against Fedora 34, which has glibc 2.33, just like the quay.io image used in the second step in the Dockerfile (which seems based on Fedora 35 as well). The fix should be relatively simple: make sure the images used in step 1 and step 2 of the Dockerfile have matching glibc RPMs.

Is this plugin maintained at all?

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