The issue arises because the CentOS 7 image for ARM (linux/arm/v7) is being run on an AMD64 host without proper emulation support, leading to a segmentation fault when executing `rpm -qa`. This indicates that the problem is related to the runtime environment's inability to handle the mismatched architecture properly. runtime