When I try to do a command through ansible-navigator it tries to pull an image from 'registry.redhat.io' instead of 'utility.lab.example.com'.
I already tried 'podman login utility.lab.example.com', but it keeps trying to pull of 'registry.redhat.io'.
What am I doing wrong?
Hello @PeterBoer !
Thanks for reaching out !
We are aware of this bug and are working on it to resolve this asap. I will let you know once this is resolved.
So for ansible-navigator, it will use the configured registry - easily changed by creating an ansible-navigator.yml in the project folder with the following contents:
---
ansible-navigator:
execution-environment:
image: utility.lab.example.com/ee-supported-rhel8:latest
pull:
policy: missing
As for podman, use the full domain name and path for the image you wish to pull, e.g.:
podman pull utility.lab.example.com/ee-supported-rhel8:latest
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.