ah that explains it for the stock image (I assumed binutils was installed by default), but it is still missing when I explicitly install binutils in my custom image
$ podman run --rm -it --entrypoint /bin/bash ghcr.io/akdev1l/ostree-images/fedora-nvsb:latest
bash-5.2# rpm -qf /usr/bin/ld
binutils-2.38-25.fc37.x86_64
bash-5.2# /usr/bin/ld
bash: /usr/bin/ld: No such file or directory
binutils is installed so /usr/bin/ld should be present but it isnât. Is it unsupported to have /usr/bin/ld in all images? A user tried to rebase to my image and it broke their other unrelated kmod packages as they canât build if there is no linker (if someone can guide me to the right place for this discussion if this isnât it, I would appreciate it!)