cancel
Showing results for 
Search instead for 
Did you mean: 
PeterBoer
Cadet
Cadet
  • 691 Views

Chapter1 (and 2) podman pull from wrong site

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?

2 Replies
Chetan_Tiwary_
Community Manager
Community Manager
  • 685 Views

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.

0 Kudos
pjentw
Mission Specialist
Mission Specialist
  • 685 Views

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

Join the discussion
You must log in to join this conversation.