Hello , i’ve just wanted to install on AlmaLinux 9.4 an docker-composed Dockerfile with podman but stucked while pull the image “mongo:6.0” , always getting the error “Error: initializing source docker://bds-docker-release.jfrog.io/mongo:6.0”
I couldn’t explain why i use “bds-docker-release.jfrog.io” and not “docker.io” , which works to pull, until I found out that the URL is hard written in /etc/containers/registries.conf.d/001-rhel-shortnames.conf .
Is this a problem with AlmaLinux podman package, or RHEL itself?