Architecture / Variant Detection on Raspberry Pi 1 based SOCs #22380
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Issue Description
I recently have been playing with a Raspberry Pi Zero W with the official Raspberry Pi OS (32-bit) on it. This uses the same SOC as the original Raspberry Pi and is only
armv6l
fromarch
oruname -m
. After installingpodman
from the repositories images silently fail to run in most causes. Manually specifying anlinux/arm/v6
image works as expected, likepodman run --rm --tty docker.io/arm32v6/hello-world@sha256:3ed0980a51d56657fce781ac8581ca6a94f4fd0d24a298b930dde0db8d7d17da
Steps to reproduce the issue
Steps to reproduce the issue
podman
from the OS repositories withapt install podman
podman run --rm --tty docker.io/hello-world
Describe the results you received
It just silently fails, more complex binaries that actually call instructions not available cause segfaults. I'd expect it to detect that the architecture is not correct at least and refuse to run an image (without installing
qemu
and doing emulation).Describe the results you expected
It works like any other
podman run ...
on different architectures.podman info output
Podman in a container
No
Privileged Or Rootless
None
Upstream Latest Release
No
Additional environment details
$ uname -a Linux woodstock 6.6.20+rpt-rpi-v6 #1 Raspbian 1:6.6.20-1+rpt1 (2024-03-07) armv6l GNU/Linux
Additional information
Additional information like issue happens only occasionally or issue happens with a particular architecture or on a particular setting
The text was updated successfully, but these errors were encountered: