Our containers are usable with podman, but to build them, the images need to be addressed properly.
So far, it seems to me that substituting DOCKER_REGISTRY="riot" with DOCKER_REGISTRY="docker.io/riot" suffices to do the trick, but I'm running into too many possibly-related-possibly-unrelated issues right now to tell, thus no PR yet.
Our containers are usable with podman, but to build them, the images need to be addressed properly.
So far, it seems to me that substituting
DOCKER_REGISTRY="riot"
withDOCKER_REGISTRY="docker.io/riot"
suffices to do the trick, but I'm running into too many possibly-related-possibly-unrelated issues right now to tell, thus no PR yet.