-
Notifications
You must be signed in to change notification settings - Fork 796
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
Unable to run skopeo on Fedora 30 - libdevmapper.so.1.02.1
dependency
#1336
Comments
Thanks for reaching out! Copying dynamic binaries across different (versions of different) distributions may not always. Yet I am equally surprised about the error given the library seems to be present. Could you A word of caution: Fedora 30 ran out of support in 2020-05-26 and is not getting any updates anymore. |
Thanks @vrothberg very valid point re Fedora Will get a |
It seems the |
For the record, whilst Kata does "default" to Fedora one can choose a later release e.g. Will test both and report back Meantime, have raised an issue over in Kata Containers asking whether we should up the default to something supported 😁 |
Good catch, @mtrmac. Closing the issue. |
This is similar to #333 which related to Fedora
25
and may well be a self-inflicted problem 🤣Having built
skopeo
on an Ubuntu20.04
box, I've shipped the binary to a VM based upon Fedora30
.However, when I run, say,
skopeo --version
I see: -I do have
libdevmapper.so
albeit an older version: -ls -al /usr/lib64/libdev*
As per #333 I found that setting
DISABLE_CGO=1
made the difference e.g.DISABLE_CGO=1 make bin/skopeo
resulting in a slightly larger binary: -
ls -al bin/skopeo
Having pushed the new, larger version of the binary to the Fedora box, things appear to be A-OK : -
skopeo --version
Background of Fedora box
cat /etc/redhat-release
uname -a
which skopeo
ls -al `which skopeo`
The text was updated successfully, but these errors were encountered: