I am preparing a Rocky Linux 8.6 system to run Docker Buildx for multi-architecture images. Ideally I'd like to have a host installation of QEMU and binfmt_misc (rather than one based on a Docker image).
On Debian-like systems I could apt-get install -y qemu-user-static
. However, the QEMU packages appear to be missing for RHEL 8/CentOS Stream 8/Rocky Linux.
The RedHat knowledge-base likely has a solution at https://access.redhat.com/solutions/5654221 but it's subscription-only.
P.S. I'm basically following https://nexus.eddiesinentropy.net/2020/01/12/Building-Multi-architecture-Docker-Images-With-Buildx/#Host-Installation-QEMU