Trying to run amd64 versions of UBI on my aarch64 mac through rosetta. In UBI9, microdnf just segfault immediately. In UBI10 we have more success, except dnf can’t connect to anything, because curl can’t establish any TLS connections, because it’s compiled with an openssl that fails to verify any certificate despite having a good trust store. I tell dnf to just not verify ssl and we’re rolling, but man what a trip.
Unfortunately dnf still can’t install packages because it runs into gpg signature errors. It has a flag to disable that as well, and doing so gets us… to another segfault.