containers / skopeo

Work with remote images registries - retrieving information, images, signing content
Apache License 2.0
8.36k stars 785 forks source link

skopeo: /lib64/ libb.so. 6: version 'GLIBC_2.33' not found #2436

Closed yangzhijia1985 closed 3 weeks ago

yangzhijia1985 commented 1 month ago

When I use skopeo on cenos-stream8, the system returns an error message: skopeo: /lib64/ libb.so. 6: version 'GLIBC_2.33' not found (required by skopeo), Does skopeo require the minimum version of libc to be 2.33? If the libc of the system cannot be upgraded, then skopeo cannot be used

mtrmac commented 1 month ago

Thanks for reaching out.

https://github.com/containers/skopeo/blob/main/install.md generally recommends installing packages provided by the distribution. That should provide packages that match the environment.

Alternatively, we provide container images.

lsm5 commented 3 weeks ago

@yangzhijia1985 centos-stream8 is no longer being developed. Please consider switching to CentOS Stream 9 or maybe Fedora if it satisfies your use case.

Don't think there's anything we can do here. Closing...