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
I have a situation where I"m running podman on a rarer system architecture (riscv64gc) and so not many containers are built for it. I have qemu-user-static setup and working properly so I'd love to be able to fall back to arm64 or amd64 architectures if riscv isn't found.
Is there a way to specify a list of architectures for automatic retry if riscv isn't supported? Ideally it would work similarly to the unqualified-search-registries list in registries.conf.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a situation where I"m running podman on a rarer system architecture (
riscv64gc
) and so not many containers are built for it. I have qemu-user-static setup and working properly so I'd love to be able to fall back toarm64
oramd64
architectures ifriscv
isn't found.Is there a way to specify a list of architectures for automatic retry if
riscv
isn't supported? Ideally it would work similarly to theunqualified-search-registries
list inregistries.conf
.Beta Was this translation helpful? Give feedback.
All reactions