-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
aarch64 (Raspberry pi) fails to install podman container to network, error: rootless-podman-network-sandbox #8411
Comments
I'm pretty sure we're maintaining this one ourselves in Quay - @AkihiroSuda correct? |
It is built manually, only for amd64 currently |
looks like update here is required to support other archs. So far only amd64 version is available |
and of course multi-arch build of |
Thanks @barthy1 - I've tried to
Thanks for helping! |
|
A friendly reminder that this issue had no activity for 30 days. |
I don't believe this is an upstream issue. Reopen if I am mistaken. |
Can somebody explain why podman networking fails to connect my container to the virtual network?
Fedora 33 aarch64, the following works fine:
However creating a container within a pod does not work:
ERRO[0000] error starting some container dependencies
ERRO[0000] "cannot find rootless-podman-network-sandbox image for arm"
Error: error starting some containers: internal libpod error
additionally attaching a container to the same
podnet1
network failsError: cannot find rootless-podman-network-sandbox image for arm
It would appear that https://github.com/AkihiroSuda/podman-network-create-for-rootless-podman
has not been created for ARM or aarch64 - but I'm not sure. I cannot pull this image at least.
The text was updated successfully, but these errors were encountered: