You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I'm trying to use lilipod as a lightweight container manager for running distrobox on Ubuntu Touch and SailfishOS (mobile Linux distros).
It generally works after few workarounds like a wrapper for missing getsubids (similar to #7) and fixing subuid ranges on host. However for images like registry.opensuse.org/opensuse/tumbleweed:latest there seems to be no way to specify the correct architecture to fetch, and it will default to incompatible amd64 on arm64 host.
I'm not very familiar with OCI tools syntax, so please mention if this can be workarounded like by specifying the arch in the URL.
The text was updated successfully, but these errors were encountered:
Do you possibly know which path in code is responsible for selecting amd64 by default? Would be nice if we could patch it at least when it's run on arm64 hosts.
Hello. I'm trying to use lilipod as a lightweight container manager for running distrobox on Ubuntu Touch and SailfishOS (mobile Linux distros).
It generally works after few workarounds like a wrapper for missing
getsubids
(similar to #7) and fixing subuid ranges on host. However for images likeregistry.opensuse.org/opensuse/tumbleweed:latest
there seems to be no way to specify the correct architecture to fetch, and it will default to incompatibleamd64
onarm64
host.I'm not very familiar with OCI tools syntax, so please mention if this can be workarounded like by specifying the arch in the URL.
The text was updated successfully, but these errors were encountered: