cancel
Showing results for 
Search instead for 
Did you mean: 
  • 313 Views

DO188, Section 3.2: Cant pull images from public repository

I was doing the lab but I can't pull images from the repository that I changed setting from private to pubulic.

I have logout from all using "podman logout --all".

What is the problem???

Labels (1)
1 Reply
daveyhour
Cadet
Cadet
  • 30 Views

The problem could be due to:

  1. Authentication Cache: Clear credentials using rm -f ~/.config/containers/auth.json.
  2. Incorrect URL: Ensure you're using the correct repository URL.
  3. Visibility Propagation: Wait for the public setting to take effect.
  4. Registry-Specific Settings: Double-check repository settings for public access.
  5. Debugging: Use podman --log-level debug pull <image> to identify the issue.
Join the discussion
You must log in to join this conversation.